Overview
SignIn component is a user interface element for handling user sign-in. It includes fields for email and password, OAuth section and provides callbacks for handling sign-in completion and for navigation to sign-up and forgotten password pages.
<SignIn /> form
Props
A callback function that is called when the sign-in process is successfully completed.
An optional callback function that is called when the user clicks the sign-up link.
An optional callback function that is called when the user clicks the “forgot password” link.
Example Usage
Reference:
- Demo Next.js project source code
- SignIn page demo source code
sign-in.tsx