2026-03-19 16:08:28 -04:00
2026-04-02 01:54:35 -04:00
2026-03-26 23:30:59 -04:00
2026-03-26 23:30:59 -04:00
2026-04-02 01:54:35 -04:00
2026-04-02 17:03:18 -04:00
2026-03-19 16:09:53 -04:00

Identity Manager

Create Local Account

curl -X POST http://localhost:8080/identity/create-local-identity \
  -H "Content-Type: application/json" \
  -H "Account: 987272956921" \
  -d '{
    "username": "farhan", 
    "first_name": "Farhan",
    "last_name": "Khan"
  }'

Authenticate

curl -X POST http://localhost:8080/identity/authenticate \
  -H "Content-Type: application/json" \
  -d '{
    "accountid": "987272956921", 
    "username": "farhan3",
    "password": "letmein"
  }'
Description
No description provided
Readme 41 KiB
Languages
Go 91.3%
Dockerfile 8.7%