Geyser icon indicating copy to clipboard operation
Geyser copied to clipboard

Port to MinecraftAuth

Open AlexProgrammerDE opened this issue 1 year ago • 1 comments

Updates MCPL, MinecraftAuth is the new auth lib. Refresh tokens are useless now. The entire auth chain needs to be stored instead with MinecraftAuth. Needs review because the behaviour isn't 1:1 as before.

Code is untested.

AlexProgrammerDE avatar Jun 20 '24 20:06 AlexProgrammerDE

image Works

AlexProgrammerDE avatar Jul 01 '24 13:07 AlexProgrammerDE

https://github.com/GeyserMC/Geyser/actions/runs/10071963678/job/27843011435#step:4:236 It seems like the latest commit using the resultNow() function doesn't quite work - is that method available in java 17?

onebeastchris avatar Jul 24 '24 18:07 onebeastchris

Java 19, it would seem according to Javadocs unfortunately.

Camotoy avatar Jul 24 '24 18:07 Camotoy