`` is a (micro)service that can be used to authenticate, register and authorize users using roles, permissions and a MongoDB backend.
Building
In order to build ``, you can run the following command:
cargo build
A release
build with extra optimizations can be built by issuing the following command:
cargo build --release
Running
You can run `` directly by issuing the following command:
cargo run
Credits
- uuid
- chrono
- serde
- serde_json
- mongodb
- futures
- actix-web
- actix-cors
- jsonwebtoken
- config
- dotenv
- bcrypt
- regex
About
. You can find more about us using the following links:
- Website
Copyright © 2022 CodeDead