feature request: bring my own sign-in
What problem did you meet?
I need to customize the sign in page, when can logto open the login authorized API?
Describe what you'd like Logto to have
I am creating a web-based game and implementing both the login feature and its UI in the game. Can LOGTO open the login authorized API? If LOGTO is not ready at present, can you give me some prompts, I can test the login API myself. If the Sign In API is open, I can implement custom login functionality and its UI, as well as the ability to log in using a WeChat Official Account.
The platform types for the connector are limited to three: Native, Web, Universal. Is it possible to customize and add a platform type in the console, such as Web-Wechat, Web-PC. If I could customize the platform type, then I may be able to implement log in with WeChat Official Account easily.
Hi @gopecan , sorry for the late response, some how missed this message.
-
As an OIDC authorization server, initiating an OIDC authentication session is necessary for end-users to sign in with Logto. We currently do not offer out-of-the-box support for API-based sign-in flows or other forms of deep sign-in customization. You can always customize our main flow UI under /package/ui. At the same time we are also going to launch a custom CSS feature that will provides more flexibility to customize the sign-in UI. I hope that helps.
-
Sign In with WeChat Official account is tricky, as it envolves several non-standard auth flow. We are also actively seeking for a best approach on that one. @wangsijie might have more context on the Wechat Officail account integration.
It would be great if you could provide some more context of you web app. Besides wechat Official Account, is there any other sign-in methods you are using? What would be the idea flow for you to integrate with the Wechat Officail Account?