You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there isn't much it can be done, I created rocket_auth before I came up with this crate, but in the future as I work in both crates I plan to smooth out their interoperability.
Is there an example of how to use this together with rocket_auth?
In the rocket_auth example, I see that the Users table is being created, but I want that to be part of a migration:
https://github.com/tvallotton/rocket_auth/blob/4046459ffec839d6f2cf8884c30a6d8cc4f8f52c/examples/sqlite.rs#L65
The text was updated successfully, but these errors were encountered: