What are tokens?#
Tokens act as a secondary verification method. In the application settings, enabling token validation will require users to provide a token to even start the program.Creating a token#
Tokens are automatically generated when creating a new license or user via the dashboard or the seller api.Differences between Tokens and Licenses#
Licenses are used to log a user in or allow them to register an account
Tokens are used before the user even has the ability to log in.
Where does the user store the token?#
The token location is fully dependent on the application developer. Some developers may put it in the "root" directory, while some may use temp files, etc. As long as the application points to the token path by passing the path paramater inside of the init function, it will read the token.Can I reset a users token?#
No. Once a token is generated for the user, it cannot be reset.Modified at 2026-03-12 21:37:52