tvallotton / rocket_auth

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

Improve error messages #10

Closed tvallotton closed 3 years ago

tvallotton commented 3 years ago

Some error messages aren't very clear or are outright empty. Such as when you try to sign up, and the email is already taken, there is no helpful error message.