auth-svc¶
Service to interact with Authentication
Links¶
- Repository: securitize_dev/auth-svc
- API URL: https://auth-svc.internal.dev.securitize.io
- Swagger UI: https://auth-svc.internal.dev.securitize.io/doc/swagger
- K8s URL:
http://auth-svc:8080
Endpoints (6)¶
| Method | Path | Summary | Tags |
|---|---|---|---|
POST |
/v1/users/login |
No description | Users |
POST |
/v1/users/validate-token |
No description | Users |
POST |
/v1/users/logout |
No description | Users |
GET |
/v1/sessions |
No description | Sessions |
DELETE |
/v1/sessions/{id} |
No description | Sessions |
GET |
/health |
No description | Health |