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

OAuth Stuff #15

Open
DavidBuchanan314 opened this issue Nov 27, 2024 · 1 comment
Open

OAuth Stuff #15

DavidBuchanan314 opened this issue Nov 27, 2024 · 1 comment

Comments

@DavidBuchanan314
Copy link
Owner

DavidBuchanan314 commented Nov 27, 2024

Creating this issue to track OAuth stuff.

Docs: https://atproto.com/specs/oauth

Initial proposal: https://github.com/bluesky-social/proposals/tree/main/0004-oauth

Client implementations (useful for reference):

Incomplete list of specific things we need to implement:

  • DPoP (involves tracking jti reuse - needs DB)
  • PAR (involves associating auth requests with UUIDs, with some TTL - could plausibly stay in-memory)
  • PKCE
  • An actual login webui, allowing the user to grant the requested scopes. (likely involves associating session state with a cookie - needs DB)
@DavidBuchanan314
Copy link
Owner Author

Confidential Client Authentication is also a thing, but for a first-pass I will not support confidential clients

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant