Auth flows out of the box
Sign-in routes, sessions, verification emails, and password resets ship ready to run under /api/auth.
- Auth.js endpoints ready
- Email & password included
- Client signIn/signOut APIs
Robo.js template
This starter bundles Robo.js and @robojs/auth so you can authenticate users, protect routes, and surface account context immediately.
Read the docs to add your own providers, mailer, or adapters.
Sign-in routes, sessions, verification emails, and password resets ship ready to run under /api/auth.
Stack plugins in config/plugins to add analytics, realtime sync, cron jobs, or moderation without touching core code.
Tweak emails, routes, and copy to match your product without rebuilding the underlying auth foundation.