A Deno-compatible AT Protocol OAuth client that serves as a drop-in replacement for @atproto/oauth-client-node
1This software incorporates patterns and specifications from:
2
3 @atproto/oauth-client and @atproto/oauth-client-node
4 https://github.com/bluesky-social/atproto
5 Copyright (c) 2022-2025 Bluesky Social PBC, and Contributors
6 Licensed under MIT and Apache 2.0
7
8This is an independent implementation for Deno using Web Crypto APIs,
9not a direct fork or copy. It was built from the AT Protocol OAuth
10specification with architectural guidance from the official libraries.