Sign In & Sign Up Form

Sign In Form

File locations:

  • src/components/forms/signin.tsx

A form that allows user to be authenticated with a magic link, or their Google/GitHub accounts. If the user does not exist in the database, a new one will be automatically created.

To use the component, import it into your page.tsx like this:

tsx
import SignIn from "@/components/forms/signin";