Custom Auth Page with Python
hello y'all!
i would like to use my own custom auth pages as a frontend to kinde.
my app is built with the python framework "reflex" and the goal is to trigger the auth-code email via my custom page so that my users only interface with a kinde-hosted page when they confirm the auth code.
what i know so far is that i have to involve the connection_id and the login_hint which is the users email?
but how does this work? where do i post that? is there an api endpoint for that?
thank you!!
saunders
2 Replies
Hey Saunders. This doc explains how to set this up. https://docs.kinde.com/authenticate/custom-configurations/custom-authentication-pages/
Kinde docs
Custom sign-up and sign-in pages
Our developer tools provide everything you need to get started with Kinde.
i've read this page already but imo it doesnt explain where to send the connection_id and the login_hint. the example also includes some login function of which i dont know where it comes from and what it does.
oh nevermind i overlooked a part! now its all clear! 🙂