passport-apple-verify-token
Sign In with Apple Token strategy for Passport, let's you validate the user token server side, usefull for mobile app SignIn with Apple authentication for example. The validation is done by using the public AppleID authentication keys.
passport-google-verify-token
Google Token strategy for Passport, let's you validate the user token server side, usefull for mobile app Google authentication for example. The validation is done by the official Google Auth library for NodeJs.
openid-client
OAuth 2 / OpenID Connect Client API for JavaScript Runtimes
passport-local
Local username and password authentication strategy for Passport.