Auth0 Web
Use this skill as a basic starting point.
Workflow
- Review the current auth flow and identity provider setup.
- Identify login, logout, callback, and session requirements.
- Keep provider configuration and secrets usage explicit.
- Match the current routing and protected page patterns.
- Verify auth flows in success and failure scenarios.
Output
- Produce practical hosted auth integration changes.
- Keep auth configuration secure and maintainable.
- Prefer clear identity flows over fragmented setup.