kbk
Explore posts from serversKKinde
•Created by kbk on 12/5/2023 in #💻┃support
What's the protocol for transfering ownership of the account?
I would like to transfer ownership of the account that runs on production for some time to a client as a part of handoff process.
I couldn't find any obvious way in the dashboard or in docs.
Cheers
2 replies
KKinde
•Created by kbk on 11/16/2023 in #💻┃support
getToken from useKindeBrowserClient
Would it be possible for
getToken
from useKindeBrowserClient
to asynchronously respond with token (ideally when isLoading is false)?
I need to pass access_token in Authorization header - currently I'm working this around just grabbing access_token from cookies, but this is not ideal.
My case is close to:
Later I use this like:
In above example code is executed before kinde is loaded (isLoaded: false), and getToken just returns null
Would be nice if getToken returned promise that would at least wait for stuff to load. Similarly how it is build with useKindeAuth in @kinde-oss/kinde-auth-react (I haven't tried it myself, but getToken returns a promise.)17 replies