Tito
Tito
KKinde
Created by Tito on 3/17/2025 in #💻┃support
Production "Not live"
No description
2 replies
KKinde
Created by Tito on 2/25/2025 in #💻┃support
<appname> Wants to Use "kinde.com" to Sign In popup in ios expo
When redirecting from the expo app to the authorization flow, opening the in-app browser triggers the popup on ios. Is there any way to pre-authorize or avoid this popup on ios? Is there any way to change "kinde.com" in this dialog?
7 replies
KKinde
Created by Tito on 2/25/2025 in #💻┃support
How to show signup page with expo-starter-kit?
At https://github.com/kinde-starter-kits/expo-starter-kit/blob/main/app/index.tsx , the button below sends to the login page.
<Button
title="Login"
onPress={() => {
authenticate({ prompt: "login" });
}}
/>
<Button
title="Login"
onPress={() => {
authenticate({ prompt: "login" });
}}
/>
I tried to redirect instead to the signup / create account page by changing the prompt to register and signup but it didn't work. What should I do to redirect customers to signup instead of login? Or even better, is there an agnostic page that simply signs in if the account (email) exists and signs up if account (email) doesn't exist?
20 replies
KKinde
Created by Tito on 2/15/2025 in #💻┃support
Gateway timeout for Management API
Management API calls are timing out.
5 replies
KKinde
Created by Tito on 2/3/2025 in #💻┃support
Authenticating API calls with Kinde
I have a react native app and a backend NextJS app both running Kinde. How to authenticate API calls from the app to the backend to authenticate a user? Authorization: Bearer {token} in http headers doesn't work with idToken or accessToken
61 replies
KKinde
Created by Tito on 11/14/2024 in #💻┃support
Autocreate orgs by email domain?
When a new user signs up using their work email, can I autoassign them to an org identified by their email's domain name?
2 replies