Files
paralus/components/usermgmt
2022-01-12 17:35:37 +05:30
..
2022-01-12 17:35:37 +05:30
2022-01-12 17:35:37 +05:30
2022-01-12 17:35:37 +05:30
2022-01-12 17:35:37 +05:30
2022-01-12 17:35:37 +05:30
2022-01-12 17:35:37 +05:30
2022-01-12 17:35:37 +05:30

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

cd components/usermgmt/_kratos
kratos serve -c kratos.yml

Run usermgmt server

cd components/usermgmt/_kratos
go run main.go