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
My use-case is building an API client for a different backend, using the auth token from Kinde for authentication and authorization. I can't use this library in the browser so I can't use getToken(), which would have been ideal since I don't have a reference to the underlying SessionStore.
What solution would you like to see?
I would like a way to sync my own store with the currently used token, so my API calls to the other backend are made with the current token.
Additional information
No response
The text was updated successfully, but these errors were encountered:
Prerequisites
What is the problem you’re trying to solve?
My use-case is building an API client for a different backend, using the auth token from Kinde for authentication and authorization. I can't use this library in the browser so I can't use
getToken()
, which would have been ideal since I don't have a reference to the underlying SessionStore.What solution would you like to see?
I would like a way to sync my own store with the currently used token, so my API calls to the other backend are made with the current token.
Additional information
No response
The text was updated successfully, but these errors were encountered: