Felippe Labs

Content Playlist

A private Auth.js demo deployed on Netlify. The current app focuses on route protection and session handling. Playlist management is not implemented yet.

Access

Authentication uses a redirect-based OAuth flow. This site never asks for your provider password directly.

Dedicated sign-in route

Sign-in lives behind the app flow instead of being rendered on the public homepage.

Private dashboard

Protected routes expose the authenticated session and verify that redirects and cookies are behaving correctly.

Minimal public surface

The landing page avoids third-party embeds and focuses on clearly describing what the app does and how sign-in works.