node-minecraft-protocol
node-minecraft-protocol copied to clipboard
msal not starting authentication process
[x] The FAQ doesn't contain a resolution to my issue
Versions
- minecraft-protocol: 1.41.2
- server: not applicable
- node: 18.16.0
Detailed description of a problem
The example for msal authentication never asks to authenticate, apparently just going into offline mode.
Current code
/examples/client_microsoft_auth/client_msal_auth.js
Expected behavior
Starting the link process as seen in #911
Additional context
None