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.

@tecsafe/jwt-sdk

The SDK for token parsing and validation against the JWKS. Also contains the types of token bodies.

validate-azure-ad-token

Function to validate access token received from azure active directory. Useful when you're using a msal library to authenticate users on the frontend and you wanna verify Microsoft tokens in the API.