f6
f6
KKinde
Created by f6 on 10/11/2024 in #💻┃support
linked auth
{ id: 'Kp_.....', email: undefined, family_name: 'falah', given_name: 'Mohammed', picture: 'https://.....', username: undefined, phone_number: undefined } why does linkedIn does not return the email
36 replies
KKinde
Created by f6 on 3/26/2024 in #💻┃support
No user found
[Nextjs] : No user found when i try opening the web page again , some fetch() error in the console. Get normal when i clear the cookies adding more info. kindly comment if it's understoond, Thanks
2 replies
KKinde
Created by f6 on 3/23/2024 in #💻┃support
create user using management api
is there a way where i can create user directly with email and password using, where the user can just login without the user need to verify the email while logging in for the first time for the first time
const usersResponse = await fetch(
"https://{business_name}.kinde.com/api/v1/user",
{
method: "POST",
headers: {
"Content-Type": "application/json",
Accept: "application/json",
Authorization: `Bearer ${access_token}`,
},
body: JSON.stringify({
profile: {
given_name: firstName,
family_name: lastName,
},
organization_code: "org--------",
identities: [
{
type: "email",
details: {
email: email,
password: password,
},
},
],
}),
}
);
const userData = await usersResponse.json();
const usersResponse = await fetch(
"https://{business_name}.kinde.com/api/v1/user",
{
method: "POST",
headers: {
"Content-Type": "application/json",
Accept: "application/json",
Authorization: `Bearer ${access_token}`,
},
body: JSON.stringify({
profile: {
given_name: firstName,
family_name: lastName,
},
organization_code: "org--------",
identities: [
{
type: "email",
details: {
email: email,
password: password,
},
},
],
}),
}
);
const userData = await usersResponse.json();
2 replies
KKinde
Created by f6 on 3/1/2024 in #💻┃support
custom domain
i have configured my subdomain 'https://accounts.coachbots.com/' but it shows privacy error. my other subdomains are running without any issues
6 replies
KKinde
Created by f6 on 2/7/2024 in #💻┃support
auth init!
No description
2 replies
KKinde
Created by f6 on 12/4/2023 in #💻┃support
help with Google Auth concent screen.
No description
5 replies