Hi, is there any documentation about creating custom sign up/sign in form? Thank you.
r
rp_st
03/26/2022, 4:15 AM
hey @User there are a couple of ways you can go about this:
1) disable our default UI and build your own from scratch. You will need to call the APIs yourself here.
2) Change our UI's CSS / colours to match what you desire
3) You can override any part of the react component tree to inject / modify existing components in the form.
w
waxie
03/26/2022, 4:37 AM
Thanks, is there any documentation about first way? (API params etc.)
r
rp_st
03/26/2022, 5:02 AM
Yes. So first, you need to disable our default UI. To do this, you can search for the word
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).