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

@@ -0,0 +1,45 @@
{
"id": "3bfc0609-8d8d-4e1f-8e58-2fca3f1fc001",
"name": "Gapido Auth gRPC Local",
"values": [
{
"key": "grpc_host",
"value": "localhost:50051",
"type": "default",
"enabled": true
},
{
"key": "mobile",
"value": "989120000000",
"type": "default",
"enabled": true
},
{
"key": "purpose",
"value": "login",
"type": "default",
"enabled": true
},
{
"key": "otp_code",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "access_token",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "refresh_token",
"value": "",
"type": "secret",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_using": "Gapido Auth Service"
}