Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (18 loc) · 1.12 KB

image

Contributors GitHub Repo stars

Open Source Identity, Role, and Permission Management

Manages login, registration, identity, roles, and permissions outside your application.

Work-in-progress

Requirements for development

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