pamapa
pamapa
Current design: The access token is refreshed in advance, such that its storage is up-to-date in local or sessionStorage. In my applications i do directly access that token from localStorage...
It would be really nice to have this library certified. However i am not so sure that is possible due to the fact that we removed the deprecated `implicit flow`....
I am open to certificate this library and are willing to help and support. If some body of the community would take the lead and process this, I would really...
Please enable logging or debug to find out the origin of the two calls. Without knowing where it is coming from its nearly impossible to help you...
One call could be coming from `SilentRenewService` if `settings.automaticSilentRenew == true`, which is the default, the other one?
Might be related to https://github.com/authts/oidc-client-ts/issues/430
This library does the PKCE code flow itself. It is doing so by default. All you need to setup is documented here: https://authts.github.io/oidc-client-ts/#configuration Basically: authority, client_id and redirect_uri
This code is handling the PCKE: https://github.com/authts/oidc-client-ts/blob/main/src/TokenClient.ts
Would be nice if you can extend the documentation. A MR is welcome for this...
Maybe there will be pre-releases even after 2.0.0. Maybe we make a 2.1.0 and need to pre-test stuff. I have seen other projects doing that, why not? Depends on the...