06/Platform & Admin
Plans, Registration & Auth
Subscription plans, user registration and unified login.
Shared subscription plans carry both gateway and knowledge limits (JWT plan claim). Registration requires email verification (login blocked until verified), with password reset and dynamic SMTP.
A single /login routes by role: admin to the panel (cookie), a user to their API-token screen. Users live in a shared shared.users table across Portway + Knowledge; one /panel/users page unifies identity · gateway · knowledge views.
Payment/billing integration is out of scope for now; plans are used for limits and authorization.