supertokens / supertokens-flask

Flask SDK for SuperTokens
Other
3 stars 0 forks source link

(Intermediate) Add support for Auth0 #3

Open rishabhpoddar opened 4 years ago

rishabhpoddar commented 4 years ago

The code for the function is already written in another Python lib (for FastAPI) here: https://github.com/supertokens/supertokens-fastapi/blob/master/supertokens_fastapi/supertokens.py#L181

CosmicTiger commented 4 years ago

Hello, I'm interested in giving a shot to your issue but it lacks description. What would you need?

rishabhpoddar commented 4 years ago

Hi @CosmicTiger, So there is a function called auth0_handler in the first comment, which is implemented for another python SDK (FastAPI) we have.

We need to port that to this SDK along with tests. In this SDK, we need to add this function to the supertokens.py file, and export it to the user.

We also need to add tests for this which are similar to the one in FastAPI.

I have assigned this issue to you

jscyo commented 4 years ago

@CosmicTiger Are you still working on this? I can reassign this to you in case you are.