📄️ Authentication Setup
This starter kit uses Better-Auth for authentication. For advanced configurations and additional features, refer to the Better-Auth documentation.
📄️ OAuth Providers
The starter kit comes with built-in OAuth support through Better-Auth, allowing users to sign in with various social providers. This guide will help you set up and configure OAuth authentication for your application.
📄️ Password Authentication
This guide explains how to implement and customize email/password authentication in your application. The starter kit provides a complete authentication system with email verification support.
📄️ Two-Factor Authentication
Two-Factor Authentication (2FA) support is currently in development and will be available in a future release.
📄️ Session Management
This guide explains how to work with authentication sessions in your application, both on the client and server side.