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 metadata to users #26

Open tvallotton opened 2 years ago

tvallotton commented 2 years ago

Possible values could include: creation date, is active, and the number of failed login attempts, a reset password token and its date.