You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The recipe of EmailPassword should allow for signin form field customizations, so additional fields can be supplied and accessed where needed.
Implementation details
In my use case, there's a need to know additional data from the user. The frontend js sdk allows for formfield customization, but the backend only allow for signup formfield customization.
To achieve my desired use case, i'm forced to overwrite the signin POST endpoint and perform the signin function on my own. Not a big deal, but it would be nice to use the native function from the Supertokens backend SDK (NodeJS), cause it has more support to other features.
The text was updated successfully, but these errors were encountered:
@vitusan can you not ask those additional details after the sign in?
When you sign in to google it will ask you to do a 2 factor setup, a secondary email , it asks all of this only when the person has signed in
Not really @surbhiology. I'm building a SaaS and i need these features. Anyways, i saw this is the wrong repo. I modified the nodejs-sdk, that's responsible for these validations. The PR is already created in the correct repo.
🚀 Feature
The recipe of EmailPassword should allow for signin form field customizations, so additional fields can be supplied and accessed where needed.
Implementation details
In my use case, there's a need to know additional data from the user. The frontend js sdk allows for formfield customization, but the backend only allow for signup formfield customization.
To achieve my desired use case, i'm forced to overwrite the signin POST endpoint and perform the signin function on my own. Not a big deal, but it would be nice to use the native function from the Supertokens backend SDK (NodeJS), cause it has more support to other features.
The text was updated successfully, but these errors were encountered: