Hello, I have a web app where the user accounts ar...
# general
t
Hello, I have a web app where the user accounts are created only by the admin, so I want to embed the sign up form in the admin view, and also remove the links that I don't in each form , the login link in the signup form and the signup link in the login form. Should I try customizing the forms or just build a new interface and then consume the APIs provided by supertokens for login/signup?
r
hey @User you can do that with supertokens' built in UI. We have a demo app for this too: https://github.com/supertokens/supertokens-auth-react/tree/master/examples/with-sign-in-up-split-emailpassword
the above uses emailpassword recipe, but you can do a similar thing with any recipe.
t
oh good, I'll have a look at it , thanks!
3 Views