Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredhanson committed May 11, 2023
1 parent 5c5fdba commit 586d535
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -156,8 +156,9 @@ app.get('/oauth2/redirect/facebook',

* [todos-express-facebook-popup](https://github.com/passport/todos-express-facebook-popup)

Illustrates how to use the Facebook strategy within an Express application, with
the authorization prompt being displayed in a popup window.
Illustrates how to use progressive enhancement to display the the Facebook
login dialog in a popup window. State is kept during the OAuth 2.0 flow and
used to close the window for requests using that display mode.

## FAQ

Expand Down

0 comments on commit 586d535

Please sign in to comment.