Authentication

Sign in to the AutoClerk workspace.

This implementation uses Auth.js credentials accounts backed by Prisma so the protected dashboard routes run against the same database as the rest of the application.

Seed accounts
admin@autoclerk.io  / demo-admin
clerk@autoclerk.io  / demo-clerk
citizen@autoclerk.io / demo-citizen

Loading sign-in form...

Role-based seeded access
  • `ADMIN` can open all dashboard routes.
  • `CLERK` can access overview and clerk workspace.
  • `CITIZEN` can access overview and citizen portal patterns.