pamapa

Results 411 comments of pamapa

The type file has not changed much. Specifically `AbstractChildWindow` did not change at all, there are some addition else where, which do not explain why it should not work. Diff:...

typedoc is only a dev dependency, so no problem. Ideas to check: - Sometimes `node_module` is damaged or some frameworks like react-script add cache data, which might get inaccurate. Remove...

@Ic3xX Maybe you changed the `settings.loadUserInfo` to trigger this behavior. The error you get seems to be that your oidc server does not return metadata for `userinfo_endpoint`. You can verify...

@tomatualus type error or meta fetch error?

Nice to hear it works again for you

When i was introducing crypto-js i was already aware of crypto-es and decided for crypto-js for several reasons: - https://www.npmtrends.com/crypto-js-vs-crypto-es - more active maintained - much much more usage -...

[Crypto.subtle](https://developer.mozilla.org/en-US/docs/Web/API/Crypto) would be really nice and natively supported, **but** it only working in a secure context (HTTPS), which makes it useless for development proposes where most people operate with HTTP....

@43081j Have you tried https://cdnjs.com/libraries/oidc-client-ts?

We need so little crypto. Maybe we simply check if `crypto.subtle` is defined and if so we use it else (e.g. none HTTPS development session old browser) we use the...