1. HelpDesk
  2. Developer FAQ

Can I separate login and signup?


Of course! Magic doesn't differentiate between a new user (signup) and a returning user (login), so the same loginWithEmailOTP({ email }) code will power both pages, but you can have different forms if, for example, you want to prompt the user for more information that you'll be storing, such as first name, last name, etc.