From 57584dd6868695f7883d1cfd1e3f6e8db2dabc81 Mon Sep 17 00:00:00 2001 From: Matheus Victor Date: Thu, 22 Feb 2018 11:13:03 -0300 Subject: [PATCH] Update Strategies count from HomePage http://www.passportjs.org/ says 480+ --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2367ed46..a972adf3 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ passport.use(new LocalStrategy( )); ``` -There are 300+ strategies. Find the ones you want at: [passportjs.org](http://passportjs.org) +There are 480+ strategies. Find the ones you want at: [passportjs.org](http://passportjs.org) #### Sessions @@ -113,7 +113,7 @@ app.post('/login', ## Strategies -Passport has a comprehensive set of **over 300** authentication strategies +Passport has a comprehensive set of **over 480** authentication strategies covering social networking, enterprise integration, API services, and more. ## Search all strategies