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.
passport-auth-service
Passport strategy autentication in remote auth service based in remote JWT validation
openid-client
OAuth 2 / OpenID Connect Client API for JavaScript Runtimes