supertokens / supertokens-web-js

SuperTokens SDK for vanilla JS for all recipes
Other
58 stars 10 forks source link

Allow password reset token to be passed when calling submitPassword function #101

Open rishabhpoddar opened 10 months ago

rishabhpoddar commented 10 months ago

Right now, the function assumes the token is there in the URL and picks it up automatically. However, if that's not the case, then users cannot easily pass in the token to the function.