f6
f6
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
<Button asChild variant={"outline"} className="space-x-2 w-full">
{type === "signup" ? (
<RegisterLink
postLoginRedirectURL={
`/${r}` ||
window.localStorage.getItem("currentBotDomain") ||
""
}
authUrlParams={{
connection_id: process.env.KINDE_GOOGLE_CONNECTION_ID || "",
}}
>
<GoogleLogo />
<span>Continue with Google</span>
</RegisterLink>
) : (
<LoginLink
postLoginRedirectURL={
`/${r}` ||
window.localStorage.getItem("currentBotDomain") ||
""
}
authUrlParams={{
connection_id: process.env.KINDE_GOOGLE_CONNECTION_ID || "",
}}
>
<GoogleLogo />
<span>Continue with Google</span>
</LoginLink>
)}
</Button>
<Button asChild variant={"outline"} className="space-x-2 w-full">
{type === "signup" ? (
<RegisterLink
postLoginRedirectURL={
`/${r}` ||
window.localStorage.getItem("currentBotDomain") ||
""
}
authUrlParams={{
connection_id: process.env.KINDE_GOOGLE_CONNECTION_ID || "",
}}
>
<GoogleLogo />
<span>Continue with Google</span>
</RegisterLink>
) : (
<LoginLink
postLoginRedirectURL={
`/${r}` ||
window.localStorage.getItem("currentBotDomain") ||
""
}
authUrlParams={{
connection_id: process.env.KINDE_GOOGLE_CONNECTION_ID || "",
}}
>
<GoogleLogo />
<span>Continue with Google</span>
</LoginLink>
)}
</Button>
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
No description
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
No description
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
Another issue I'm using my own Login/Signup screen, still it takes to kinde login/signup screen
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
it is a blocker, thanks
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
i think this approach is ngonna work with custom sign n sign up pages (social auth) right?
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
whenever i try to create new account with social auth, it prompts with "We can’t find your account. Do you want to create a new one with your Google account?". just want to bypass this
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
this is exactly what i mean but with
<RegisterLink
postLoginRedirectURL={
`/${r}` ||
window.localStorage.getItem("currentBotDomain") ||
""
}
authUrlParams={{
connection_id: process.env.KINDE_GOOGLE_CONNECTION_ID || "",
}}
>
<GoogleLogo />
<span>Continue with Google</span>
</RegisterLink>
<RegisterLink
postLoginRedirectURL={
`/${r}` ||
window.localStorage.getItem("currentBotDomain") ||
""
}
authUrlParams={{
connection_id: process.env.KINDE_GOOGLE_CONNECTION_ID || "",
}}
>
<GoogleLogo />
<span>Continue with Google</span>
</RegisterLink>
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
another questionn @Claire_Kinde I want to just login users not signin even if the user is new. is this anyhow possible?
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
this "sign up a fresh user" worked, Thanks @Claire_Kinde appreciate your response
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
@Andre @ Kinde can you help?
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
any workaround @Claire_Kinde ?
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
No description
36 replies
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
@Andre @ Kinde can you help
36 replies
KKinde
Created by f6 on 3/1/2024 in #💻┃support
custom domain
need to know problem is from kinde side or my domain provider
6 replies
KKinde
Created by f6 on 3/1/2024 in #💻┃support
custom domain
i added this like -3months ago. was working fine till today but idk suddenly it's giving n privacy error
6 replies
KKinde
Created by _.Mass._ on 2/6/2024 in #💻┃support
Using custom login page
thanks @Daniel_Kinde appriciated, can you provide me the list of all the keys that are allowed in authUrlParams object
9 replies
KKinde
Created by _.Mass._ on 2/6/2024 in #💻┃support
Using custom login page
is this kindeClient.login method available in nextjs app v2 sdk?
9 replies
KKinde
Created by f6 on 12/4/2023 in #💻┃support
help with Google Auth concent screen.
Thanks @Ruyy . Got it!
5 replies
KKinde
Created by Ruyy on 12/2/2023 in #💻┃support
Next.js 14.0.3 Middleware TypeError
12 replies