Skip to content

Commit

Permalink
[SDK-1722] Architecture (#128)
Browse files Browse the repository at this point in the history
* Default Login flow docs

* Add logout

* add link from readme
  • Loading branch information
adamjmcgrath authored Aug 20, 2020
1 parent 14bb336 commit 15d76dc
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ARCHITECTURE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Architecture

## Protect a route

With default config - Implicit Flow with Form Post https://auth0.com/docs/flows/concepts/implicit

![login](./login.png)

## logout flow

With `idpLogout: true`

![login](./logout.png)
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Express JS middleware implementing sign on for Express web apps using OpenID Con
- [Documentation](#documentation)
- [Install](#install)
- [Getting Started](#getting-started)
- [Architecture](./ARCHITECTURE.md)
- [Contributing](#contributing)
- [Troubleshooting](./TROUBLESHOOTING.md)
- [Support + Feedback](#support--feedback)
Expand Down
Binary file added login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 15d76dc

Please sign in to comment.