atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix oauth module doc: AT Protocol uses OAuth 2.1, not 2.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz f360fe48 b6bb2056

+1 -1
+1 -1
src/internal/oauth.zig
··· 1 1 //! OAuth client primitives for AT Protocol 2 2 //! 3 3 //! PKCE, DPoP proofs, client assertions, and related helpers 4 - //! for implementing AT Protocol OAuth 2.0 flows. 4 + //! for implementing AT Protocol OAuth flows (based on OAuth 2.1). 5 5 //! 6 6 //! see: https://atproto.com/specs/oauth 7 7