docs(postman): add gRPC auth collection

This commit is contained in:
2026-07-14 10:25:44 +03:30
parent 59f22320ae
commit c122aab57c
4 changed files with 345 additions and 0 deletions

View File

@@ -69,6 +69,14 @@ Protected calls use metadata:
authorization: Bearer <access_token>
```
## Postman
Postman helper files are available in `postman/`:
- `Gapido Auth gRPC.postman_environment.json`
- `Gapido Auth gRPC.postman_collection.json`
- `README.md` with gRPC request setup steps
## Security Notes
- OTP codes are generated with `secrets`, stored only as HMAC hashes in Redis, and expire after 120 seconds by default.