From 586d535e7db6b972d4c36618762cd0e8125faddb Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Thu, 11 May 2023 08:31:59 -0700 Subject: [PATCH] Update README. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 519f23b..1c52186 100644 --- a/README.md +++ b/README.md @@ -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