Open rishabhpoddar opened 4 years ago
Hello, I'm interested in giving a shot to your issue but it lacks description. What would you need?
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
@CosmicTiger Are you still working on this? I can reassign this to you in case you are.
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