logto-io / logto

🧑‍🚀 The better identity infrastructure for developers and the open-source alternative to Auth0.
https://logto.io
Mozilla Public License 2.0
8.94k stars 446 forks source link

feature request: Add shortcuts operate for Connectors #6751

Open Ocyss opened 4 weeks ago

Ocyss commented 4 weeks ago

I only use Social connections to log in, and I prohibit registration. I manage permissions for some of my private websites. I have encountered some problems and would like to ask for advice or make optimizations. I am also happy to participate in code contributions

What problem did you meet?

Describe what you'd like Logto to have

wangsijie commented 3 weeks ago

Hi, it’s not possible to add social connections without redirecting the user to the social provider’s authentication page. If you want to allow users to link another social connection, you can use the Management API to host a page for this purpose. Here’s the link for reference: https://bump.sh/logto/doc/logto-management-api/operation/operation-createuseridentity.

By the way, I don’t fully understand your use case. Could you provide some additional details?