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?
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).