pamapa

Results 411 comments of pamapa

Enabling logging of the underlying library (oidc-client-ts) should give you some insights whats going wrong. See https://authts.github.io/oidc-client-ts/#md:logging.

Until "user signed out" the log looks ok. After signed out the session monitor seems still running, but it should no longer. I am not using `SessionMonitor`. But when i...

> The `ResponseValidator` line with the `login_required` error seems to be where the issue starts and triggers the user signing out. In that case the "user signed out" comes most...

> Seems a bit strange but also want to confirm that the `user loaded` event being continuously emitted is expected behaviour for `monitorSession`? I guess yes, but as said i...

> there is auth.error but this value is not updated immediatly after That is by design of the reducer within this library, when you use the error in the render...

This library shall be independent of any bundler/framework. As you say the `use client` will be part of react. When it is officially part of react and when we bump...

Was busy the last weeks, I have checked out your branch and I am now looking at this code and have some thoughts and time in the future to work...

> One minor clarifying implementation question for you regarding the new `dpopStore`: does it matter if it implements the storageStage interface? It's minor, but will require extending the interface as...

> @pamapa I believe I have integrated most, if not all, of your most recent suggestions. I have also rebased with main. Please let me know your thoughts 🙏 Looks...

> EDIT: I can confirm that changing the `dpopStore` to a non optional configuration parameter when dpop is enabled does allow the `IndexedDbDPoPStore` to be tree shaked. Do you think...