Authentication
This guide summarizes how authentication is handled in Prego.
Overview
- admin-web (m.pregoi.com) uses login/signup flows that issue or consume JWTs.
- Control-plane and other backends validate tokens and enforce tenant/user context.
- Environment variables configure where auth and API requests go.
Login and signup
- User visits the admin-web login or signup page.
- After successful auth, the app receives a session (e.g. JWT).
- Subsequent API calls include the token for authorization.
Next steps
- Billing — Plans and payments.
- Tenant onboarding — Signup and provisioning flow.
- API Reference — API authentication and headers.