Closed bnewbold closed 2 months ago
Can this proof-of-concept also include JWT validation for tokens sent from the PDS?
@ngerakines the current spec semantics are that the authorization server tokens are opaque strings. they are indeed JWTs in the case of the bsky PDS/entryway implementation, but I think this demo shouldn't assume that
There is a demo version of this deployed at: https://oauth-flask.demo.bsky.dev/
It has been updated to be inline with the current draft spec (https://github.com/bluesky-social/atproto-website/pull/326), as of just now. Any discrepancies are a bug!
This is ready for final review and merge.
The README gives an overview and getting started directions.
Progress/status:
It might also be helpful to have a "public" client example in python? But don't want to over-complicate this codebase.