Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Bluesky support #133

Open
fluffy-critter opened this issue Nov 14, 2024 · 0 comments
Open

Add Bluesky support #133

fluffy-critter opened this issue Nov 14, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@fluffy-critter
Copy link
Contributor

Bluesky is getting pretty popular and now supports OAuth.

My understanding is that there's no need for client registration, it just does something IndieAuth-esque where the client_id is a link to a metadata document. This document would probably be best configured as a URL that is then filled out by the site operator, rather than trying to shoehorn it into Authl itself, although in the long term it would be worth investigating a flow for allowing handlers to provide sideband data in some framework-agnostic way.

There's also a butt-ton of Python bsky client libraries in various states of support, although they all seem to use the legacy username/password auth flow rather than OAuth, which is not appropriate for Authl.

@fluffy-critter fluffy-critter added the enhancement New feature or request label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant