We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d775cd commit 565ea53Copy full SHA for 565ea53
proto/auth/v1/auth.proto
@@ -26,8 +26,9 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
26
"```\n"
27
"curl -X POST -H \"Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9....\" /v1/wallet/topup "
28
"```\n\n"
29
- "If you get `Unauthorized`, this mean that you have not put in your token "
30
- "or your token is invalid (expired, incorrect hash)"
+ "If you get `Unauthorized`, this mean that you have not put in your token in the header"
+ "or your token is invalid provided (expired, incorrect hash).\n\n"
31
+ "The token is configured to expired in 10 days, hard-coding it is also a choice."
32
extensions: {
33
key: "x-logo"
34
value: {
0 commit comments