Hi, I am trying API overrides for EmailPasswordSignUpPOST and I am sending some additional form fields, using supertokens-website in a VueJS frontend. I get the error
Are you sending too many / too few formFields?
from the signup post request, should I specify something in the backend side to accept more than 2 form fields?
r
rp_st
05/17/2022, 11:14 AM
Yes. You need to set the extra form field info on the frontend and on the backend
w
wdjzr
05/17/2022, 11:15 AM
Ahh
wdjzr
05/17/2022, 11:15 AM
Just found it now
wdjzr
05/17/2022, 11:15 AM
Thanks for the response anyways, couldnt find that page yesterday for some reason 😛 And after I ask it here, I find it in 1 minute
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).