K
Kinde3mo ago
law-san

flutter mobile custom signing

Hello there ! I have mobile Flutter app and I would like to use my own custom screen for Auth so I was looking for a method or an API to somehow auth users manually sending info I got from my form but I don't think I found it reading the doc, any help ?
4 Replies
onderay
onderay3mo ago
Kinde currently supports custom auth pages for some but not all pages in the flow - https://docs.kinde.com/authenticate/custom-configurations/custom-authentication-pages/#_top We are actively working on allowing the ability to customise the HTML and CSS of all pages in the flow.
Kinde docs
Custom sign-up and sign-in pages
Our developer tools provide everything you need to get started with Kinde.
IkiTg07
IkiTg073mo ago
We are working together on the same project and our issue is that we need a method to redirects users to the verification step of kinde auth after sending a request with the loginHint, orgCode, conn_id, etc This is how I do it on the web part :
router.push(
`/api/auth/register?org_code=${KINDE_CLIENT_ORG}&connection_id=${FACEBOOK_ID}&post_login_redirect_url=${`${
DEV_ENV
? "http://localhost:3000"
: "https://smxew-web.vercel.app"
}/auth/callback/client`}`
router.push(
`/api/auth/register?org_code=${KINDE_CLIENT_ORG}&connection_id=${FACEBOOK_ID}&post_login_redirect_url=${`${
DEV_ENV
? "http://localhost:3000"
: "https://smxew-web.vercel.app"
}/auth/callback/client`}`
We want something similar to work on the mobile with flutter
onderay
onderay3mo ago
Amazing thanks for explaining further @IkiTg07 . Are you and @law-san able to put these as issues on the Flutter repo? And the team will double check if the SDK support these yet or not
law-san
law-san3mo ago
Great, thanks for the answer 👍
Want results from more Discord servers?
Add your server