Herman Jensen
Herman Jensen
Implemented in 2.5.0
Implemented in 2.5.0
> Can we use next auth with msal? As of right now, the options for msal-first apps would be - @azure/msal-react This is the current client approach. To use with...
The [YAML](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) extension by RedHat already does this automatically. Maybe we should recommend it in the readme, or add it to [`extensionDependencies`](https://code.visualstudio.com/api/references/extension-manifest) in the manifest?
We should probably avoid adding it as a dependency unless we actually interact with it. One way we could do that, is set the correct scheme after a snippet has...
Hi @AlphaGeek, I merged the updated getting started section, which hopefully resolves your issue 😊
Sorry the late response, we haven't really had time to maintain this package. Just ran into something similar myself; https://github.com/Intility/cypress-msal/issues/5#issuecomment-1824552340 Did you find another solution to your problem?
Hi! This fell through the cracks, sorry. We did some work back in February to ensure this package worked with cypress v10. I'm surprised seeing it at v13 already, and...
I just ran into this myself actually. Some weirdness going on with the modules/commonjs and import/require. I had to import it like this to resolve it: ```jsx import generateLoginRaw from...
Since there is an official guide, I'm considering deprecating this package, as we've moved away from cypress. There might be cases with conditional access that wouldn't work though. Those would...