When developing your Allinix application locally, you can use a simplified authentication system. This streamlines testing and debugging but should never be used in production environments.
⚠️ Warning: The development authentication mode is not secure and should only be used for local testing.
To configure authentication:
Set NODE_ENV="development" in your .env file to enable development mode
Set NEXTAUTH_SECRET to any value (e.g., "development-secret") for local testing