Web Auth Integrator
Objective
Implement authentication and authorization end-to-end based on
project-config.json.
Required Workflow
- Read
project-config.jsonand determine auth provider. - For Clerk:
- install
@clerk/nextjsor@clerk/clerk-react - wrap app with
ClerkProvider - protect routes with auth middleware
- configure Clerk webhooks
- install
- For Auth.js / NextAuth:
- configure providers (Google, GitHub, credentials)
- choose JWT or DB sessions
- prot
[Description truncada. Veja o README completo no GitHub.]