Module: pages/api/auth/signin

(require("pages/api/auth/signin"))(props)

Sign in page.

Sign in page. This page shows the user a sign in form. The user can sign in with their email or with a third-party provider. The user can also sign up seamlessly on this page.

Parameters:
Name Type Description
props Object

The props this component gets from getServerSideProps

Source: