What problem does it solve?
This Skill solves the problem of securely integrating d6e authentication into a frontend application, providing OAuth2-based authentication and token exchange to enable secure user access to d6e services.
Core Features & Use Cases
- OAuth2 Authentication: Implements OAuth2 Authorization Code flow for secure user authentication.
- Two-Stage Token Exchange: Ensures that access tokens are valid for the d6e instance audience.
- HTTP-only Session Cookies: Protects sensitive session data from XSS attacks.
- Workspace Allow-list: Ensures that users have access to the correct workspace.
- Two-Stage Logout: Securely signs out users from both the application and d6e-auth.
- Use Case: For a SvelteKit app, use this Skill to implement secure OAuth2 authentication with d6e-auth, ensuring that users can log in and access d6e services without encountering 401 errors.
Quick Start
Implement OAuth2 authentication with d6e-auth by adding the required environment variables and configuring the login and callback routes.