| Crates.io | auth0wrap |
| lib.rs | auth0wrap |
| version | 0.1.1 |
| created_at | 2023-12-09 16:09:04.398222+00 |
| updated_at | 2023-12-21 20:34:34.754474+00 |
| description | A wrapper for the Auth0 Authentication API |
| homepage | |
| repository | https://github.com/jamesbinford/auth0wrap |
| max_upload_size | |
| id | 1063775 |
| size | 23,067 |
Usernames, passwords, refresh tokens - oh my!
Rolling your own authentication is hard. And it's risky! Unless you're a megacorp with a dedicated security team, you're better off using a free AuthN/Z provider for managing your users' credentials.
This library will help you do just that using a Social Identity Provider (IdP) like Google, Facebook, or Twitter. It's a wrapper around the Auth0 Social API, which is a wrapper around the OAuth2 protocol. It's a wrapper around a wrapper around a protocol. It's turtles all the way down.
Let Auth0 handle your OAuth user flow and storing those sweet, sweet credentials. You just focus on building your app.