Is there any docs for how to use Supertokens with express? Can't find express among the integrations: https://supertokens.com/docs/thirdparty/hasura-integration/with-jwt
What I'm trying to do:
* I have an existing Supertokens setup
* I now have a new microservice written in Typescript/Node/Express
* I want to validate the JWTs of requests to see their token payloads (not create new tokens, refresh, etc)
k
kuba_huba
12/31/2023, 11:21 AM
The docs describe how to integrate with express - just select NodeJS and follow the "Start here" section
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).