Crate atproto_xrpcs

Crate atproto_xrpcs 

Source
Expand description

XRPC service framework for AT Protocol applications.

Build AT Protocol services with JWT authorization, DID resolution, and cryptographic identity verification middleware.

  • errors: Specialized error types for authorization and XRPC operations

§Example Applications

Complete example services demonstrating framework usage:

  • atproto-xrpcs-helloworld: Complete example XRPC service with DID:web functionality and authorization

Modules§

authorization
JWT authorization extractors for XRPC services. JWT authorization extractors for XRPC services.
errors
Structured error types for XRPC operations.