Alexander Sadovsky

Results 45 comments of Alexander Sadovsky

so if I understand, docker automatically creates those env variables for you if you `--link` the containers. That's cool, I didn't know that. You are right, we should make such...

Good job, I just merged your PRs, but I am not sure about this one, I haven't tested it yet. Did you try it, or are you using this approach?...

hi @bartlomiejzuber , did you finish it? Is your solution working well? I wonder if there are not issues with the localStorage when it's kind of polyfilled from ```jsdom``` Does...

Thanks, I have tried this, implementing the localStorage using chrome storage API but I think msal cannot access the value of ```localStorage.getItem()``` as it is async. And real localStorage is...

@bartlomiejzuber Hello again, thank you very much for your input. This idea also came across my mind for a while but I kind of ditched it as a dirty hack....

I have created a sample repo with OIDC-client-ts lib instead of MSAL https://github.com/Alino/OIDC-client-ts-chromium-sample It actually works, I can sign in and sign out...

I created my forked version with similar changes from the master branch. I have tested it manually and it works, but it is still synchronous. I will try to make...

> ...until we are able to provide built-in support for async storage interfaces. Any ETA on this please?

relation with https://github.com/AzureAD/microsoft-authentication-library-for-js/issues/5023

I think there should be a warning in the README that this does not work at the moment, before promoting wallaby.js as a good option to run tests, it is...