Components
ButtonSignin
A simple button to sign-in/sign-up users with our providers (Google & Magic Links).It automatically redirects user to callbackUrl (config.auth.callbackUrl) after login, which is normally a private page for users to manage their accounts. If the user is already logged in, it will show their profile picture & redirect them to callbackUrl immediately.

page.js
1import ButtonSignin from "@/components/ButtonSignin";Updated on: Saturday, October 21, 2023
this guide