Join Discord
Powered by
I am using the session recipe and have multiple ap...
# support-questions-legacy
w
workoutintheabstract
01/30/2022, 3:51 PM
I am using the session recipe and have multiple api endpoints. I am using nodejs with express.
https://supertokens.com/docs/session/common-customizations/sessions/session-verification-in-api/verify-session
There is a code snippet to call verifySession let userId = req.session!.getUserId();
Previous
Next