Open
Description
Prerequisites
- I have searched the repository’s issues, Kinde community and public roadmap to ensure my feature request isn’t a duplicate
- I have read the contributing guidelines
- I agree to the terms within the code of conduct
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
Activity