supertokens / supertokens-node

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

fix(Fastify session ts): wrong request session injected into the handler function #753

Closed kriskw1999 closed 10 months ago

kriskw1999 commented 10 months ago

Summary of change

Fix Type Mismatch in verifySession Function for Fastify Routes

Description:

sandbox:

Issue:

Solution:

Technical Details:

Impact:

Additional Notes:

netlify[bot] commented 10 months ago

Deploy Preview for precious-marshmallow-968a81 canceled.

Name Link
Latest commit 142210dbb56cdb44e866e8eb133ef85b2660c9d8
Latest deploy log https://app.netlify.com/sites/precious-marshmallow-968a81/deploys/656f960c30346a000832e0aa
netlify[bot] commented 10 months ago

Deploy Preview for astounding-pegasus-21c111 canceled.

Name Link
Latest commit 142210dbb56cdb44e866e8eb133ef85b2660c9d8
Latest deploy log https://app.netlify.com/sites/astounding-pegasus-21c111/deploys/656f960cb7ce66000840c041
porcellus commented 10 months ago

The code change looks good to me. Before merging, we'd need:

I'm happy to take over as well if you don't want to do those parts.

kriskw1999 commented 10 months ago

@porcellus ok now I guess that I have done all the stuff. If I missed something let me know!