supertokens-python
supertokens-python copied to clipboard
Fix user type across recipes
Right now, The same user type class is used across recipes when the super recipe is using a sub recipe. This results in inconsistency in the type of the user object that is provided to the developer.
We should stick to the same user object type per recipe