License Login
GET
https://keyauth.win/api/1.2/Register and log in with just a license. Once the license is used for the first time, users will only need to use the license to access the application.
:::info
In order for this to work properly, the license must be unused. After using it for the first time it will "register" the user, and then turn the license into a user (you will be able to see it on the users page of the website). Every time after you attempt to log in, it will just log in normally.
:::
Request
The type of request. (license)
The key being used to login/register
The session ID of the user logging in. Obtained by initializing on the application first and finding the session by visiting https://keyauth.cc/app/?page=sessions
The name of the application
Your owner ID
The HWID of the user using the key.
6 Digit Two Factor Authentication code if you enabled 2fa
Request samples
Responses
KeyAuthApp.license("License");
if (KeyAuthApp.response.success){
//successfully logged in OR registered
} else {
// failed to login OR register
}