Info
Last updated
Last updated
A client mod for LimboAuth
Test server: ely.su
Architectury API
Saves session tokens to the config file (.minecraft/config/limboauth.yml
)
You can set your own session token via the custom launcher
The server makes a token - a struct that contains an issue timestamp
The server signs this token with a private verify key (which you can see in the LimboAuth config)
The server sends the token to the client, the client saves it to the config file
When player joins the server, servers asks client if he has a session token
If the player has a session token, it sends it to the server
The server verifies the token via the private verify key
Pseudocode
The token expires if the player changes his password
See ISSUEDTIME database field