DIAGRAMMATIC
save your work locally, this app is going away soon!
Login with GitHub
CODE
dejan
/
Oauth
(public)
sequenceDiagram participant User participant Client participant AuthServer as Authorization Server participant ResourceServer as Resource Server User->>+Client: Request access to resources Client->>+AuthServer: Redirect User to Auth for login AuthServer->>+User: Authenticate and authorize request User->>-AuthServer: Approve authorization AuthServer->>+Client: Redirect with authorization code Client->>+AuthServer: Exchange code for access token AuthServer->>-Client: Access token Client->>+ResourceServer: Request resources with access token ResourceServer->>-Client: Resources
PREVIEW
PNG
SVG
Auto-save OFF
Saving
You can change the code, but you won't be able to save it as you are not the owner.
mermaid