oidc-client-ts v3.5.0 is a minor release.
No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.
Changelog:
- Features:
- Fixes;
- #2369 reword misleading error messages for
request_typecheck
- #2369 reword misleading error messages for
thanks to @ninadvadujkar, @Osmose and @ferdinand-varta