LimboAuth icon indicating copy to clipboard operation
LimboAuth copied to clipboard

[BUG] Account authentication issues

Open LatosProject opened this issue 3 years ago • 2 comments

Describe the bug I want to enable the online and offline authentication functions of limboauth. and I set the "online-mode-need-auth" in the configuration file to false. However, when an offline player enters the server, the client prompts "failed to log in:invalid session." I confirm that I have turned off the "online-mode" function of spigot and velocity To Reproduce Steps to reproduce the behavior:

  1. Offline players enter the server

Expected behavior Offline players and online players successfully enter the server, and online players do not need to authenticate their accounts

Screenshots Screenshot_20220614_014319_com tungsten hmclpe Screenshot_20220614_015306

Server Info (please complete the following information): LimboAPI 1.0.6 LimboAuth 1.0.6

Additional context

LatosProject avatar Jun 13 '22 17:06 LatosProject

It is impossible to check if the player is premium-moded or not It is only possible to check if the player's nickname is premium-moded So with the online-mode-need-auth setting set to false cracked players will see this error if the nickname is premium-moded

hevav avatar Jun 13 '22 17:06 hevav

It is impossible to check if the player is premium-moded or not It is only possible to check if the player's nickname is premium-moded So with the online-mode-need-auth setting set to false cracked players will see this error if the nickname is premium-moded

I see, thank you

LatosProject avatar Jun 13 '22 18:06 LatosProject