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

Fix user type across recipes

Open rishabhpoddar opened this issue 3 years ago • 0 comments

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

rishabhpoddar avatar Feb 13 '22 13:02 rishabhpoddar