https://github.com/enzious/verita
WIP: A dead-simple identity management service.
https://github.com/enzious/verita
Last synced: over 1 year ago
JSON representation
WIP: A dead-simple identity management service.
- Host: GitHub
- URL: https://github.com/enzious/verita
- Owner: enzious
- Created: 2024-03-16T21:23:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T02:20:09.000Z (about 2 years ago)
- Last Synced: 2025-01-07T21:09:57.591Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 13.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://github.com/enzious/actix-web-thiserror/graphs/contributors)
[](https://github.com/enzious/actix-web-thiserror)
# Open Source Identity, Role, and Permission Management
Manages login, registration, identity, roles, and permissions outside your application.
### Work-in-progress
## Requirements for development
- cargo
- Recommended method: https://rustup.rs
- Docker
- Also currently requires `fuzion-commons` to be cloned in same directory.
- https://github.com/enzious/fuzion-commons
## Getting started with development
Clone the repo, then run the following command to start the development environment:
./dev.sh start
Once the environment has initialized, you can run the application with cargo:
ADMIN=admin ADMIN_PASSWORD=password cargo run -- --migrate
This will initialize the database with the parameters set in `./dev/.env`