Skip to content

MinecraftAuth 4.1.1

Latest
Compare
Choose a tag to compare
@RaphiMC RaphiMC released this 24 Sep 16:28
· 4 commits to main since this release
7c4758c

Changelog

  • Handle json error codes in XblResponseHandler
  • Changed XblRequestException error messages
  • Added alternative logger implementations
  • Added close callback to JavaFxWebview
  • Workaround Spigot class remapper issues
  • Check whole token chain for expiry (Also ensures the whole token chain is valid after calling refresh)
  • Use java crypto when signing requests if possible (Makes it possible to exclude the JWT library if only Java Edition login is needed)
  • Throw nicer error message if credentials login flow HTML parsing failed