Fix the text in the authorization diagram

This commit is contained in:
TAKAHASHI Shuuji 2020-11-26 19:09:42 +09:00 committed by GitHub
parent 770c0362dd
commit 2bc7fbad27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -301,8 +301,8 @@ sequenceDiagram
deactivate kube
activate api
api ->> api: 5. Is JWT signature valid?
api ->> api: 6. Has the JWT expired?(iat+exp)
api ->> api: 7. user authorized?
api ->> api: 6. Has the JWT expired? (iat+exp)
api ->> api: 7. User authorized?
api -->> kube: 8. Authorized: Perform<br>action and return result
deactivate api
activate kube