From 5fcd4c5238a3785794c8c8d0b4a1ab94f1f67bc1 Mon Sep 17 00:00:00 2001 From: Jared Hanson Date: Fri, 21 Oct 2022 13:15:28 -0700 Subject: [PATCH] Update README. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ba313c..54b19da 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # passport-oauth2 -General-purpose OAuth 2.0 authentication strategy for [Passport](http://passportjs.org/). +General-purpose OAuth 2.0 authentication strategy for [Passport](https://www.passportjs.org/). This module lets you authenticate using OAuth 2.0 in your Node.js applications. -By plugging into Passport, OAuth 2.0 authentication can be easily and +By plugging into Passport, OAuth 2.0-based sign in can be easily and unobtrusively integrated into any application or framework that supports -[Connect](http://www.senchalabs.org/connect/)-style middleware, including -[Express](http://expressjs.com/). +[Connect](https://github.com/senchalabs/connect#readme)-style middleware, including +[Express](https://expressjs.com/). Note that this strategy provides generic OAuth 2.0 support. In many cases, a provider-specific strategy can be used instead, which cuts down on unnecessary