Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed Nov 17, 2021
1 parent 73f42a3 commit bfe8193
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -102,8 +102,8 @@ OP. The first route redirects the user to the OP, where they will authenticate:
app.get('/login', passport.authenticate('openidconnect'));
```
The second route processes the authentication response, when the OP redirects
the user back to the app:
The second route processes the authentication response and logs the user in,
when the OP redirects the user back to the app:
```js
app.get('/cb',
Expand Down

0 comments on commit bfe8193

Please sign in to comment.