docs(postman): add gRPC auth collection
This commit is contained in:
45
postman/Gapido Auth gRPC.postman_environment.json
Normal file
45
postman/Gapido Auth gRPC.postman_environment.json
Normal 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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user