mirror of
https://github.com/paralus/paralus.git
synced 2026-03-04 18:10:21 +00:00
Add a simple readme for usermgmt
This commit is contained in:
22
components/usermgmt/README.md
Normal file
22
components/usermgmt/README.md
Normal file
@@ -0,0 +1,22 @@
|
||||
# User management
|
||||
|
||||
This module is responsible for manging users/groups/roles as well as being a frontend for the casbin internal service.
|
||||
All user/auth related requests go through here.
|
||||
|
||||
|
||||
## Development
|
||||
|
||||
### Start kratos
|
||||
|
||||
``` shell
|
||||
cd components/usermgmt/_kratos
|
||||
kratos serve -c kratos.yml
|
||||
```
|
||||
|
||||
### Run usermgmt server
|
||||
|
||||
``` shell
|
||||
cd components/usermgmt/_kratos
|
||||
go run main.go
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user