GET /api/auth/setup 401
Failed to construct 'URL': Invalid URL at isCustomDomain
`getPermissions()` not returning latest data
getPermissions()
in the React Native SDK, it's returning an empty list of permissions - when I check for that specific permission with getPermission()
it says isGranted: false
However, in the Kinde UI, the user has that role (and thus the perms under that role)
Is there anything I am missing? Thank you!...is it possible to use session manager (typescript sdk) with client side only cookie?
Details Update Propagation takes too much time
Building Google non-Drive apps using Kinde
TypeError: Cannot read properties of undefined (reading 'redirectURLBase')
How to get the token in Nuxt?
const token = await kinde.getToken();
However I don't see this example in the Nuxt documentation, how can I get the token in Nuxt, to call my backend API? (node)...how to do kinde's website example
Secure Spring Boot App - M2M Tokens
how to request tokens using curl?
curl http://myapi.com/api -H 'authorization: Bearer {accessToken}'
what i've done:...Nuxt DB connection
Adding the audience in the Access token
kindeClient.getUserOrganizations() its returning Compact JWS must be a string or Uint8Array
Import from Auth0 not showing social logins or logins_count
custom signin/signup page
React Native SDK: Android Login not working
Something wrong when trying to authenticating. Reason: The method or property WebBrowser.openBrowserAsync is not available on android, are you sure you've linked all the native dependencies properly?
...Fetch roles inside token
Kinde + Supabase
When requesting /oauth2/token, does the endpoint returns the same token or issues a new one?
oauth2/token
from kinde, does the endpoint returns the same token until expiry or issues a new one?
Do I need to locally save the token until expiry or its safe to call the endpoint multiple times without worries?...