Vincent
Vincent
KKinde
Created by Vincent on 7/2/2024 in #💻┃support
I just find a problem, you can't update user roles using api or sdk?????
Is it so that you can only update user role in the web console?
2 replies
KKinde
Created by Vincent on 6/29/2024 in #💻┃support
Where is the login method of this offical doc imported
I want to build my personal login page
<button
onClick={() =>
login({
authUrlParams: {
connection_id: "conn_6a95dec504d34dc286dc80e8df9f6099"
}
})
}
>
Sign in with Google
</button>
<button
onClick={() =>
login({
authUrlParams: {
connection_id: "conn_6a95dec504d34dc286dc80e8df9f6099"
}
})
}
>
Sign in with Google
</button>
Where is the login imported from?? https://docs.kinde.com/authenticate/custom-configurations/custom-authentication-pages/
25 replies