{% extends "base.html" %} {% block title %}{% if show_config_hint is not defined or show_config_hint %}Google Auth Setup{% else %}Authentication Required{% endif %}{% endblock %} {% block content %} {# Framework template - uses inline styles to be self-contained. User templates should use CSS classes from app.css instead. #}
Configure OAuth to enable login
Go to Google Cloud Console → Create OAuth 2.0 credentials.
JavaScript Origins
http://localhost:5000 http://localhost:5173
Redirect URI
http://localhost:5173/auth/google/callback
.envGOOGLE_CLIENT_ID=your-client-id GOOGLE_CLIENT_SECRET=your-client-secret
feather dev again
This area requires authentication. Please sign in to continue. If you need access, contact your administrator.
login Sign in with GoogleAccess attempts are logged for security.