Skip to content

v3.2.0

Latest
Compare
Choose a tag to compare
@AlphaBs AlphaBs released this 24 Aug 02:52
· 1 commit to master since this release

Changes

  • AddJEAuthenticator method now also adds ProfileValidator, to validate Minecraft UUID and username
  • Update dependency versions

XuiClaimsAuth

In previous versions, AddXboxAuth() adds XuiClaimsAuthenticator to get the user's Gamertag and XUID. We identified an issue where some accounts (especially minors) were denied getting this information and were unable to proceed with the login. v3.2.0 fixes this issue.

  • Add WithXuiClaimsAuth(bool use) method to skip XuiClaimsAuth
  • BREAKING CHANGE: The identifier of the JEGameAccount is now the Minecraft UUID

Full Changelog: v3.1.0...v3.2.0