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)