You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to override the sessionManager when using createKindeBrowserClient it still expects the server sessionManager and not the browserSessionManager. On browser the lib uses browser specific sessionManager. I also noticed that there is no type available for it, since it is an option on BrowserPKCEClientOptions.
Thank you for raising this @luukhaijes, I'm actually not entirely sure why we have a separate interface for the browser session manager, let me do some investigation and get back to you.
Prerequisites
Describe the issue
When trying to override the sessionManager when using
createKindeBrowserClient
it still expects the server sessionManager and not the browserSessionManager. On browser the lib uses browser specific sessionManager. I also noticed that there is no type available for it, since it is an option onBrowserPKCEClientOptions
.Library URL
https://github.com/kinde-oss/kinde-typescript-sdk
Library version
2.5.0
Operating system(s)
macOS
Operating system version(s)
13.5
Further environment details
No response
Reproducible test case URL
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: