Lost the password?
Type the email tied to your Authyon admin account. If it exists in our
system we'll send a one-time link that lets you set a new password.
The link is single-use, expires in 30 minutes, and revokes any active
session on success.
-
Enumeration-safe.
The confirmation screen looks identical whether the email exists or not.
-
Single-use link.
The token dies the moment it's redeemed. Issuing a new one revokes the previous.
-
Kicks other sessions.
Successful reset rotates the security stamp — any stolen refresh token stops working immediately.