Auth0 Integration #228
Labels
Backend
Backend Related Issue
Core
Work to do on the core system of the App
🔥Critical
Must be addressed immediately; blocking core functionality or major bug
Frontend
Frontend Related Issue
New Feature
New feature to be implemented
Milestone
We need to integrate Auth0’s Universal Login into our Next.js + NextAuth application, while retaining the existing Credentials-based flow as a fallback. Only one authentication method should be active at a time, determined by an environment variable (
AUTH_METHOD
). This allows for a flexible setup that can be switched between a fully self-hosted credentials approach or Auth0-based authentication without extensive code rewrites.Overview
AUTH_METHOD
.AUTH_METHOD=auth0
.Sub-Issues
💡 Important: Please read the Development Guidelines before starting work on these issues
References
The text was updated successfully, but these errors were encountered: