Skip to content

Commit

Permalink
Bump @azure/msal-node from 1.18.1 to 2.0.2 (#72)
Browse files Browse the repository at this point in the history
* Bump @azure/msal-node from 1.18.1 to 2.0.2

Bumps [@azure/msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js) from 1.18.1 to 2.0.2.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-js/releases)
- [Commits](AzureAD/microsoft-authentication-library-for-js@msal-node-v1.18.1...msal-node-v2.0.2)

---
updated-dependencies:
- dependency-name: "@azure/msal-node"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* add preconfigured msal example

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: extremeheat <extreme@protonmail.ch>
  • Loading branch information
dependabot[bot] and extremeheat authored Aug 27, 2023
1 parent 9e967ca commit a51a660
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions examples/xbox/simpleMsal.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
const { Authflow } = require('prismarine-auth')

const doAuth = () => {
const flow = new Authflow('test', './', { flow: 'msal' })
flow.getXboxToken().then(console.log)
}

doAuth()
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"prismarine-auth": "file:."
},
"dependencies": {
"@azure/msal-node": "^1.1.0",
"@azure/msal-node": "^2.0.2",
"@xboxreplay/xboxlive-auth": "^3.3.3",
"debug": "^4.3.3",
"jose": "^4.1.4",
Expand Down

0 comments on commit a51a660

Please sign in to comment.