- Notifications
You must be signed in to change notification settings - Fork 541
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Protect authenticated routes and redirect unauthenticated users to the /auth page.
Suggested solution
Implement middleware, hooks, or higher-order component for authentication checks. Use Supabase auth session to determine status.
Alternative
Other routing mechanisms based on front-end frameworks.
Additional context
Common practice for secure applications; minimizes access to restricted content.
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request