supertokens / supertokens-node

Node SDK for SuperTokens core
https://supertokens.com
Other
303 stars 81 forks source link

Create a specific wrapper for AdonisJs framework similar to how created for other Nodejs frameworks #445

Open eliotovele opened 1 year ago

eliotovele commented 1 year ago

Is not possible to verify the session with AdonisJs even using the getSession() function, the only way to use super tokens with this framework is by using the JWT approach.

your-app/config/cors.ts image

your-app/app/Middleware/Your-Custom-Middleware.ts image

What happens image

rishabhpoddar commented 1 year ago

hey @eliotovele i had a look at this. Unfortunately this is not a priority for us.

That being said, you can contribute this into the SDK. You would need to create: