Dedicated sign-in route
Sign-in lives behind the app flow instead of being rendered on the public homepage.
Felippe Labs
A private Auth.js demo deployed on Netlify. The current app focuses on route protection and session handling. Playlist management is not implemented yet.
Authentication uses a redirect-based OAuth flow. This site never asks for your provider password directly.
Sign-in lives behind the app flow instead of being rendered on the public homepage.
Protected routes expose the authenticated session and verify that redirects and cookies are behaving correctly.
The landing page avoids third-party embeds and focuses on clearly describing what the app does and how sign-in works.