3.0 KiB
3.0 KiB
History
2.3.0
- Add command workflow (#75) (thanks @LucienHH)
- Cache fixes (#73) (thanks @LucienHH)
- Bump @azure/msal-node from 1.18.1 to 2.0.2 (#72) (thanks @dependabot[bot])
- Update caching doc for clarity (thanks @extremeheat)
2.2.0
- Add mcpc chat report method
2.1.1
- Fix typings
2.1.0
- include signatureV2 (@jtsiskin)
2.0.1
- Update docs
2.0.0
- BREAKING : Add flow option (#55) @LucienHH
flow
argument now required to explicitly specify what authentication flow (alternative endpoints for authentication) to use when instantiating Authflow. Supported options arelive
,msal
,sisu
; see documentation for more information. Set this tomsal
if you have an custom Azure client token orlive
if you want to login as a official Microsoft app (like vanilla Minecraft client).
1.7.0
- Breaking: Abstract fetchCertificates in MinecraftJavaTokenManager (#52)
1.6.0
- Add fetchCertificates option to getMinecraftJavaToken
1.5.4
- XboxTokenManager: Combine
getXSTSToken
&getXSTSTokenWithTitle
and implement owngetUserToken
(#47)
1.5.3
- Fix web request error logging expecting JSON response @LucienHH
- Add exception messages for more Xbox API errors @Kashalls
1.5.2
- Don't log authentication prompt if codeCallback is specified. (#40) - @ATXLtheAxolotl
1.5.1
- Update User-Agent header @LucienHH
1.5.0
- Move relyingParty option from constructor to
getXboxToken(relyingParty?: string)
(#34) - Fixed a bug that would cause refreshing the MSA token to error due to an undefined function
1.4.2
- add debug dependency (#31) - @safazi
1.4.1
- Correct missing await statement in live token refreshing (#29) - @dustinrue
1.4.0
- Allow to use a custom cache instead of using the filesystem only (#26) - @Paulomart
- Replace
fs.rmdirSync
withfs.rmSync
(#25) - Add
doSisuAuth
option (#24)
1.3.0
- Add
deviceType
anddeviceVersion
options to Authflow options #21
1.2.1
- bump jose dep
1.2.0
- Improve error handling (#15)
- Fix caching, relyingParty issue (#13)
- Documentation updates, see API usage.
1.1.2
- proper fix
1.1.1
- fix jose dep
1.1.0
- Added entitlement and profile checks for Minecraft Java Token
- Fixed bug when fetching only the xbox token
- Added examples
- Added index.d.ts
1.0.0
- initial implementation