IkiTg07
IkiTg07
Explore posts from servers
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
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.
Have you tried login out and back in ?
7 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
4 replies
KKinde
Created by disamdev on 12/23/2024 in #💻┃support
Personalized page using email codes
No description
4 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
/api/auth/register?connection_id={PASSWORDLESS_CONN_ID}$login_hint={userEmail}
/api/auth/register?connection_id={PASSWORDLESS_CONN_ID}$login_hint={userEmail}
For a login its:
/api/auth/login?connection_id={PASSWORDLESS_CONN_ID}$login_hint={userEmail}
/api/auth/login?connection_id={PASSWORDLESS_CONN_ID}$login_hint={userEmail}
4 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
7 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
4 replies
KKinde
Created by Isak on 12/19/2024 in #💻┃support
Transfer ownership to team member
Hey. This is because you can't unfortunately
4 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 🙂
3 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
10 replies
KKinde
Created by freddie on 12/4/2024 in #💻┃support
How to get `post_login_redirect_url` to work
If the param isn’t working then it might be a bug
10 replies
KKinde
Created by disamdev on 12/8/2024 in #💻┃support
Access to user data
Glad i helped 🙂
9 replies
KKinde
Created by disamdev on 12/8/2024 in #💻┃support
Access to user data
Alright. I've asked the team for more clarification on that point. But have you seen the two buttons I showed in the screenshot ?
9 replies
KKinde
Created by disamdev on 12/8/2024 in #💻┃support
Access to user data
No description
9 replies
KKinde
Created by freddie on 12/4/2024 in #💻┃support
How to get `post_login_redirect_url` to work
I am not familiar with the typescript sdk but i've had this use case and what i've done was to store the page the user was on before signing in (I'm using custom auth with a modal) Then after the login all users are redirected to /callback where I check for the cookie value to redirect him
10 replies
KKinde
Created by freddie on 12/4/2024 in #💻┃support
How to get `post_login_redirect_url` to work
Excuse me. So if i understand your issue correctly it's when passing a value to post_login_redirect_url the params aren't added ? Like if you wanted post_login_redirect_url: domain.com?redirect=shop The part ?redirect=shop isn't added ?
10 replies
KKinde
Created by Samuel Corsan on 11/13/2024 in #💻┃support
User referral codes
Mmm great question. Never tried it but for the moment i'd advise to use a different variable. I'll ask the team for more details on that
37 replies