Skip to content

Commit

Permalink
chore: doc format
Browse files Browse the repository at this point in the history
  • Loading branch information
ImSoZRious committed Oct 29, 2023
1 parent f188e04 commit 29644ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/auth/v1/auth.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
"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"
"The token is configured to expired in 10 days, hard-coding it is also a choice.\n\n\n"
"# Third-party application"
"# Third-party application\n"
"To use Paotooong with third-party application, user should already have Paotooong's account by "
"manually registering it. Then the account can be bound by directly storing `access_token` and `ttl` from "
"[login](#tag/AuthService/operation/AuthService_Login)."
Expand Down

0 comments on commit 29644ae

Please sign in to comment.