Cyberia Auth Management
03 / Apps
Applications & Tokens
Issue a token per app and tune its policy independently.
In this feature
- Per-application API tokens with independent rotation
- Sign-up mode: open registration or approval required
- Per-app email sender, falling back to the server default
- Custom invitation accept redirect per application
- Toggles for email verification, login OTP and new sign-in alerts
// In the console
What it looks like
Register any number of applications inside an organization, mint API tokens for each and control sign-up mode, sender identity, redirects and email feature flags per app.
Applications & Tokens

Model
One organization, many apps
A tenant usually runs a customer portal, an internal admin and a mobile client. Each becomes its own application with its own token, so revoking one never signs users out of the others.
Policy
Security posture per surface
An internal tool can require admin approval and OTP on every login, while the public portal allows open self-service registration — same tenant, different rules.
Delivery
Sender identity per product
Set a distinct From address per application so a user recognises which product is emailing them, without standing up separate auth deployments.
Included out of the box
Per-application API tokens with independent rotation
Sign-up mode: open registration or approval required
Per-app email sender, falling back to the server default
Custom invitation accept redirect per application
Toggles for email verification, login OTP and new sign-in alerts