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
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.
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 :
We want something similar to work on the mobile with flutter
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
Great, thanks for the answer 👍