how to get login and signup form on a popover?
How can I show a pop-over login form to a user instead of redirecting to kinde?
1 Reply
Hi, thanks for reaching out.
Kinde follows the OAuth 2.0 standard, which requires redirecting to the authorization server for security. After authentication, users are redirected back to your configured callback URL where the token exchange occurs. Therefore, you can’t implement a pop-over login that authenticates directly with Kinde without a redirect.
For desktop and mobile apps, you can improve the experience by adding the
is_use_auth_success_page parameter to show a success page after authentication instead of leaving a browser window hanging.
Let me know if anything needs clarification. In the meantime, I’ll cross-check this with our internal team.
Thanks!