An actix-web extension adding basic authentication services.
There is no form of encryption. If you want this to be secure, please start a pull request.
- Core - This crate is the glue of the project and the one that actually registers the routes.
- Mongo Backend - This is a basic implementation of a backend connecting to mongodb.
- Example - An example showcasing how easy this project makes adding authentication services to your WebApp.
To use this project, your user-/identity-struct should have the following properties:
- username
- password
- id
