rocket_auth
rocket_auth copied to clipboard
An implementation for an authentication API for Rocket applications.
I noticed in my app that after I delete a user, when I create a new user, the new user has the same `id` as the deleted user. This behavior...
Is this an option?
Would be nice to have the option to have users defined by username instead of email.
When singing up a user with a password, that does not meet the requirements, the error message leaks the password that was used in the signup. I don't know if...
It looks like if I would like to use a different SQL schema than this project has built into it I would have to do it in a fork. Since...
Hi. I'm hoping to implement a simple web app that includes user authentication and uses TLS. I am using a Cargo.toml that allows me to use TLS with Rocket: ```...
It is quite inconvenient to get a Signup form if one requires an username parameter in addition to password and email.
When creating/signing up a user with the same email but upper and lowercase (e.g.: [email protected] and [email protected]) your crate creates two different users. As far as i know emails are...
Hi, thanks for what looks like a cool and ambitious project. I see there are localization files for en/es/pt but unless I'm mistaken they seem not to be used anywhere?...