supertokens-node icon indicating copy to clipboard operation
supertokens-node copied to clipboard

SuperTokens Middleware for Azure Functions

Open rmappillai opened this issue 2 years ago • 1 comments

Context: AWS Lamdba has a node servlerless SuperTokens middleware: Ref: https://supertokens.com/docs/thirdpartyemailpassword/serverless/with-aws-lambda/auth-serverless

Request to have a similar node serverless middleware for Azure Functions (Microsoft Azure's AWS Lambda equivalent)?

rmappillai avatar Nov 05 '23 20:11 rmappillai

This is the integration we have with AWS Lambda: https://github.com/supertokens/supertokens-node/tree/master/lib/ts/framework/awsLambda. Perhaps you could use this as a reference to make the PR for this issue :)

rishabhpoddar avatar Nov 06 '23 07:11 rishabhpoddar