You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
sequenceDiagram
participant signOut as AuthAPI.logOut
participant logout as /logout
participant crossLogoutOrigins
rect rgb(255, 235, 179)
signOut->>logout: GET
logout-->>signOut: crossLogoutOrigins
end
rect rgb(252, 192, 192)
logout->>crossLogoutOrigins: POST: each URL
end
Loading
The VS code mermaid plugin renders the above just fine...
The text was updated successfully, but these errors were encountered:
The VS code mermaid plugin renders the above just fine...
The text was updated successfully, but these errors were encountered: