I just find a problem, you can't update user roles using api or sdk?????
Stripe integration
Signup isn't working anymore

Custom Domain is not working

Gravatar images empty
How can I make a custom login screen with sveltekit?
Webhook Validation
api/v1/events/{event_id}
endpoint, but I am getting a 403
status code response. I am using the content of the webhook (the encoded JWT) as my token for the validation. Am I doing something wrong?
```
public async Task<bool> ValidateWebhook(string eventId, DateTime timestamp, string accessToken, CancellationToken cToken = default)
{...Why do i keep on getting invalid credetianls log?
[react-sdk][react-native-sdk (expo)] recommendation for integration testing mocks
KindeProvider
for React SDK
or for React Native SDK
?
I don't really know the implementation details and I'm wondering what's the best way to go about this endeavor. For example, on one of my personal projects were the Authorization is made in-house, I use MSW
to intercept login
/logout
requests and return responses that the HTTP Clients
can handle just as if they would real HTTP requests. Which thus leads for the application to be in auth
or anonymous
modes. This works well for me and gives high level of confidence on some more complex integration tests, but is only possible because I know all the details.
Using Kinde SDK on the other hand makes this a bit more complex as I don't know all the endpoints that can be called by the SDK and the exact shape of all responses. I wonder if using a simple provider that exposes a bunch of jest.fn()
functions would be the best option for me. The downside here is that performing a successful login won't actually reflect on the test state, making integration tests a bit shallow. We could argue I could test login via E2E using playwright (react) and detox (react-native) instead. Leaving integration tests only for "fully" authenticated or not authenticated at all tests....Where is the login method of this offical doc imported
GitHub connected app
Note: The user’s endpoint is a Kinde management API endpoint, therefore you will need a token to call this API.Would be grateful if anyone can offer some assistant with that?...
disabling multi-orga sign-up

satellite domains
How can I figure out whats gone wrong when I get this error?

How to implement refresh token
Redirect User Not Found to request access page
Im having 401 in http://localhost:3001/api/auth/setup when using browserClient hooks for the front

Getting updated user data from NextJS App Router Middleware.
await refreshTokens();
await refreshTokens();
const user = await getUser();
const user = await getUser();
WebBrowser.openBrowserAsync error