Sign In & Sign Up Form
File locations:
src/components/signInForm.tsx
A form that allows user to be authenticated with a magic link. If the user does not exist in the database, a new user will be automatically created.
To use the component, import it into your page.tsx
like this:
import SignIn from "@/components/signInForm";