tvallotton / rocket_auth

An implementation for an authentication API for Rocket applications.
https://docs.rs/rocket_auth/
Apache License 2.0
73 stars 35 forks source link

Add diesel support #28

Open jwpjrdev opened 2 years ago

pinpox commented 1 year ago

Can this crate be used in parallel to diesel, even though it does not support it directly?

@tvallotton Could you outline what would have to be done to implement this and if you are interested in merging it? I had a quick look at the code and it doesn't seem too complicated, was considering giving a try. I would need some guidance though probably and interest in the feature.