Hi, is there any documentation about creating cust...
# general
w
Hi, is there any documentation about creating custom sign up/sign in form? Thank you.
r
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
Thanks, is there any documentation about first way? (API params etc.)
r
Yes. So first, you need to disable our default UI. To do this, you can search for the word
disableDefaultImplementation
in our docs and see how that is used. Second, you want to call the APIs yourself. The API spec is: https://app.swaggerhub.com/apis/supertokens/FDI
w
That's cool! I love Supertokens, I think there is nothing can take away me from using Supertokens.