You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Coral Folx!
Since Coral already supports oauth login with Goole and FaceBook accounts, I'm wondering if there are any plans to add "Login with Bluesky" as an auth login option?
As of today bsky.social has over 31M users, and is rapidly growing. As users run screaming away from companies like X, FaceBook and even Google, my assumption is that login with Bluesky buttons will start popping up in a lot of places. I didn't see any existing issues requesting this feature before opening this one, but it seems like a feature that lots of sites already using Coral could be interested in having.
Coral already supports sharing Bluesky media embeds, so I'm hoping there might be plans for deeper integrations with Bluesky or the at-protocol. If not currently on your roadmap, is this something that ya'll would be open to an outside contributor working on it?
Admin users could configure and enable/disable "Login with Bluesky" in a new section of Admin > Config > Auth. Allowing them to store their oauth client details.
If enabled, commenters and moderators could then use their Bsky handle to "login" from the existing stream or admin login pages (similar to how facebook and google oauth flows work today)
Users would have a bsky auth type profile in Coral's Db, similar to how FaceBook an Google accounts work in Coral today
The text was updated successfully, but these errors were encountered:
Yes, we do want to add an auth flow for Bluesky in near future. It's why we hurried to add Bluesky embeds! 😃
We're currently in the midst of building in more robust auth profiles for multi-variate logins tied to a user. I'm in the process of scaffolding integration testing around auth for similar purposes. So, since the flows will soon be well-tested, this is a great time to be adding a new auth flow!
We would definitely welcome any contributions you'd like to make and @tessalt approves as well!
Search Terms
Bluesky, bsky, oauth, login
Suggestion
Hi Coral Folx!
Since Coral already supports oauth login with Goole and FaceBook accounts, I'm wondering if there are any plans to add "Login with Bluesky" as an auth login option?
As of today bsky.social has over 31M users, and is rapidly growing. As users run screaming away from companies like X, FaceBook and even Google, my assumption is that login with Bluesky buttons will start popping up in a lot of places. I didn't see any existing issues requesting this feature before opening this one, but it seems like a feature that lots of sites already using Coral could be interested in having.
Coral already supports sharing Bluesky media embeds, so I'm hoping there might be plans for deeper integrations with Bluesky or the at-protocol. If not currently on your roadmap, is this something that ya'll would be open to an outside contributor working on it?
It looks like Bluesky offers an oauth client specifically for node integrations here: https://www.npmjs.com/package/@atproto/oauth-client-node
Use Cases
bsky
auth type profile in Coral's Db, similar to how FaceBook an Google accounts work in Coral todayThe text was updated successfully, but these errors were encountered: