xal-node
v1.1.5
Published
XAL implementation in Typescript. Used for authenticating to services like Xbox.
Maintainers
Readme
xal-node
xal-node: Typescript implementation for Xbox Authentication Library (XAL)
📚 Documentation: https://unknownskl.github.io/xal-node/
Other AppId and titleId's
It is possible to authenticate to different services using this library as well. Not all calls are supported but the authentication part is quite general. You can override the titleId like below:
const xal = xallib.Xal()
xal._app = {
AppId: '<appId>',
TitleId: '<titleId>',
RedirectUri: '<redirectUri>',
}Credits
Big thanks to @tuxuser and Team OpenXbox for creating the xal-rs library and giving the inspiration to port this over to Typescript
