IkiTg07
Explore posts from serversKKinde
•Created by ZayneKomichi on 1/27/2025 in #💻┃support
Use Kinde Auth with Ionic react
Hey, so i'm curious because I don't know a thing about Ionic but it opens a webview I guess ? Do you have any error message on the page, your app logs or anything ?
5 replies
KKinde
•Created by monte on 1/24/2025 in #💻┃support
Where to pass `KINDE_REDIRECT_URL` instead of defining in `.env` file?
hey so you should check this: https://docs.kinde.com/developer-tools/sdks/backend/sveltekit-sdk/#direct-users-post-login--registration
The only other way to specifiy the redirect url is to set it inline.
2 replies
KKinde
•Created by Talha on 1/9/2025 in #💻┃support
Google Calendar integration support
Hey, could you give me more details about your use case please? I don't really get it
2 replies
KKinde
•Created by Furkan Özay on 1/8/2025 in #💻┃support
NextJS SDK Active Sessions
Hey, so as Andre said in the community post it is not currently possible but they've noted this down as a request for the team to work on it.
2 replies
KKinde
•Created by bazar21 on 1/6/2025 in #💻┃support
How to process an action post sign-up or login
Feel free to ask for more help if needed
7 replies
KKinde
•Created by bazar21 on 1/6/2025 in #💻┃support
How to process an action post sign-up or login
Hello, So basically you have two options :
- You use the post_login_redirect_url to send your user to a callback page in which you'll handle this logic on your server
- You use a webhook (see here: https://docs.kinde.com/integrate/webhooks/add-manage-webhooks/)
7 replies
KKinde
•Created by daraxdray on 12/20/2024 in #💻┃support
Fetching user's organization from Next.js SDK returns null and no name for organization returned.
Or try to refresh the user’s claims
11 replies
KKinde
•Created by daraxdray on 12/20/2024 in #💻┃support
Fetching user's organization from Next.js SDK returns null and no name for organization returned.
Have you tried login out and back in ?
11 replies
KKinde
•Created by disamdev on 12/23/2024 in #💻┃support
Personalized page using email codes
What's beautiful about this is that for other auth options (social, etc) you just have to change the connection_id value
If you're using social sign-in you'd want to remove login_hint too
You can read more here: https://docs.kinde.com/authenticate/custom-configurations/custom-authentication-pages/#step-2-get-the-auth-method-connection-id
7 replies
KKinde
•Created by disamdev on 12/23/2024 in #💻┃support
Personalized page using email codes
Hey, let me walk through this one :
First you need to go to your kinde account -> application -> scroll down to "Authentication experience" and toggle on "Use your own sign-up and sign-in screens"
Then go to Settings -> Authentication -> Click on "Configure" on "Email + Code" card and copy the Connection ID
After that it's pretty easy. You create your UI the way you want. For your case let's say we build a <LoginForm /> component with and input for the email and a submit button. On the form submit you'll have to manually triger the register / login and it's as simple as sending a request to your api. Usually i just do a router.push("...")
If you want to register the user it would be
For a login its:
7 replies
KKinde
•Created by daraxdray on 12/20/2024 in #💻┃support
Fetching user's organization from Next.js SDK returns null and no name for organization returned.
Go to your business -> view details of application -> Tokens -> scroll down to ID Token and click on customize
11 replies
KKinde
•Created by Isak on 12/19/2024 in #💻┃support
Transfer ownership to team member
You should try sending a mail to [email protected] for the team to handle this for you
6 replies
KKinde
•Created by Isak on 12/19/2024 in #💻┃support
Transfer ownership to team member
Hey. This is because you can't unfortunately
6 replies
KKinde
•Created by Aleks on 12/16/2024 in #💻┃support
Password for my Kinde Account?
Hey, signing up / in on Kinde only works with passworless so you won't be able to set a password for your account
3 replies
KKinde
•Created by COACH on 12/15/2024 in #💻┃support
Any way to continually test service without waiting for email code?
Hey, so unfortunately you can’t. But I can see a benefit in that when testing so I’ll pass this to the team 🙂
4 replies
KKinde
•Created by ryno1234. on 12/11/2024 in #💻┃support
Logging out of not only Kinde, but also the social provider (Google)
Have you checked if the cookies are correctly deleted after login out ?
4 replies
KKinde
•Created by ryno1234. on 12/11/2024 in #💻┃support
Logging out of not only Kinde, but also the social provider (Google)
Hey, how you doing ? Which SDK and version are you using ? I'm using the NextJS one and I don't have this issue you're facing regarding social provider not logged out
4 replies
KKinde
•Created by freddie on 12/4/2024 in #💻┃support
How to get `post_login_redirect_url` to work
It’s mostly a bug yeah. You should open an issue on the GitHub repo. Ive passed it to the team but the issue would be even better
12 replies