Add a simple readme for usermgmt

This commit is contained in:
Abin Simon
2022-01-04 15:36:51 +05:30
parent 7ca97c845d
commit 3bf7e6e61c

View 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
```