models icon indicating copy to clipboard operation
models copied to clipboard

How to combine this with rocket_auth

Open yzernik opened this issue 2 years ago • 1 comments

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

yzernik avatar Jun 19 '22 03:06 yzernik

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.

tvallotton avatar Jun 26 '22 02:06 tvallotton