Jesper Balle

Results 4 comments of Jesper Balle

Hmm for production images I would definitely prefer ``dotnet run``. For local development it is really nice to have the fast feedback cycle. However, even though I have made some...

According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input that should also be the right value. I get similar errors in Google Canary. Do you want a merge request for this?

I think the important part is this: https://github.com/manfredsteyer/angular-oauth2-oidc/pull/356/files#diff-c69098b368427091af11df3f48046300L112 Instead of using jsrsasign they are using [crypto](https://developer.mozilla.org/en-US/docs/Web/API/Window/crypto) and [TextEncoder](https://developer.mozilla.org/en-US/docs/Web/API/TextEncoder) (probably the polyfill). It would be very interesting if we can decrease...

Agree, it will be another required polyfill. Can it be handled similar to ``babel-polyfill`` that you will need to add a polyfill if support for IE