supertokens / supertokens-web-js

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

Fix interface of signIn, password reset functions #102

Open rishabhpoddar opened 10 months ago

rishabhpoddar commented 10 months ago

RIght now, we have to pass in the formField array which is ugly. Instead, we should just have a function like signIn(email, password) (similar for sending password reset link)