Open StefanB7 opened 5 days ago
Weird. I wonder how properties.value
looks like. It is an base64 utf8 string
Weird. I wonder how
properties.value
looks like. It is an base64 utf8 string
Yes it is
Weird. I wonder how
properties.value
looks like. It is an base64 utf8 stringYes it is
How does it look like?. Normal Minecraft auth hss the signatureRequired boolean
I've searched existing issues and couldn't find a duplicate.
Operating System
Ubuntu 24.04
Server Software Version/Commit
0.1.0/00af2b98683b11946cddb4f08de3b0ce04c1fddd
What happened?
I've set up an drash auth server and changed the
auth_url
infeatures.toml
to point to the auth server. When I try to join the server, I get an error:The response returned by my auth server at
https://<hostname>/session/minecraft/hasJoined?username={username}&serverId={server_hash}
looks like this:there is indeed no
signatureRequired
property. I removed thesignature_required
property from theProfileTextures
struct insrc/client/authentication.rs
and I could join the world.To Reproduce
auth_url
infeatures.toml
Expected behavior
The server should let you join