







Is there an ATproto service that let's you view which apps you have given OAuth permissions to, which specific permissions you gave, and has an easy way to revoke (maybe parts of) the app/permissions?
a woman with an afro says give me the keys in front of an amazon prime logo
media.tenor.comMar 14, 2026 at 9:46 PM
index.html · by atprotofans.com
An browser-side ATProtocol OAuth application with no dependencies that verifies supporters

sparrowtek.com/atproto-auth-proxy
Stateless auth proxy that converts AT Protocol native apps from public to confidential OAuth clients. Deploy once, get 180-day refresh tokens instead of 24-hour ones.
sparrowtek.com/atproto-auth-proxy
Stateless auth proxy that converts AT Protocol native apps from public to confidential OAuth clients. Deploy once, get 180-day refresh tokens instead of 24-hour ones.
OAuth for ATProto Apps Part 2: Mobile Implementation - Lost in Inference
Part 2 of a 2-part series on implementing OAuth authentication for ATProto (Bluesky) applications.
Building a Browser-Based ATProtocol OAuth App with Supporter Validation - ATProtoFans Blog
ATProto User Intents Demo
This is a demo tool which allows atproto accounts to configure a reuse declaration for their public data. You can read more about this atproo mechanism in the "User Intents for Data Reuse" proposal from March 2025. Any account in the atproto network (including Bluesky accounts) can use this tool via OAuth. The source code for this demo is linked above.
ATproto Apps
Browse a curated directory of ATproto apps and services—clients, feeds, tools, games, and more—with clear alternatives and links to try them.

ATproto Apps
Browse a curated directory of ATproto apps and services—clients, feeds, tools, games, and more—with clear alternatives and links to try them.

Odoo has this toggle of showing their apps / what apps you can build or replace. They list 40K+ "community apps" And yes, also open source github.com/odoo/odoo With private data, likely good opportunities for atproto, too.
an atproto permissioned data pattern i hope/expect to see flourish is apps using the "simplespace" authority on the user's PDS and not minting any space credentials at all, just using oauth portable, private data that the user can selectively expose without necessarily revealing the atproto records
here's my take on a minimal oauth browser client for atproto! no special API client class — just use plain `fetch` to make requests and a service worker automatically handles authorization headers/token refreshes/dpop retries/etc. (very experimental, not tested in production, use at your own risk)
jakelazaroff.com/atsw
tangled.orgI've been digging deep into what Elixir atproto OAuth can look like. This is not the final version yet, but it's starting to shape up. blog.annot.at/side-quest-an-elixir-atproto-…
Side-quest: An Elixir atproto OAuth library
blog.annot.at