Sign in through the portal
Portal forms use server-rendered HTML, CSRF tokens, secure session cookies, prepared statements, and generic authentication errors.
How YAAA validates paid access without putting production secrets, database credentials, or license-pepper material into desktop or browser code.
YAAA licensing is intentionally server-validated. A customer enters a license key in the portal or desktop app; the server hashes that key with a private deployment pepper, checks license status and device limits, and returns only a minimal authorization result. Raw license keys are not stored in the database.
LICENSE_PEPPER, database credentials, and administrative license creation tools are deployment-only assets.Portal forms use server-rendered HTML, CSRF tokens, secure session cookies, prepared statements, and generic authentication errors.
Enter a license key and device fingerprint generated by the local app. The server validates format, expiration, active state, and seat count.
The dashboard lists active device counts and supports deactivation of retired devices. Support can assist with account or procurement changes.
Before launch, operators should configure HTTPS, set a strong persistent LICENSE_PEPPER in the server environment, run database migrations with least privilege, verify backups, and review legal text with counsel. Development stubs are safe to inspect, but real licenses should be issued only through a private operational process.
Review security posture → · Read privacy policy → · Read terms →