Go User Auth Api ( Returns all user,permission and roles information differs by application etc )
go mod vendor
go build main.go
- First: Run docker-compose up -d to start sqlserver
- Second: Run DDL under the infrastructure/resource/go_user_auth_api_schema.sql on your local sql(works on docker)
- Last: Start main.go
http://localhost:6161/swagger/index.html
Use infrastructure/resource/go-user-auth-api.postman_collection.json to run sample requests