ePDS lets your users sign in to AT Protocol apps — like Bluesky — using familiar login methods: email OTP, Google, GitHub, or any other provider Better Auth supports. Under the hood it is a standard AT Protocol PDS wrapped with a pluggable authentication layer. Users just sign in with their email or social account and get a presence in the
AT Protocol universe (a DID, a handle, a data repository) automatically provisioned.
From your app's perspective, ePDS uses standard AT Protocol OAuth (PAR + PKCE + DPoP). The reference implementation is packages/demo in the ePDS repository.
Реализуйте вход по протоколу AT OAuth для экземпляра ePDS. Используйте при построении потоков входа в систему OTP без пароля, запросов PAR, доказательств DPoP, обмена токенов с ePDS (расширенный PDS от Certified). Охватывает поток 1 (приложение имеет форму электронной почты, передает login_hint) и поток 2 (сервер аутентификации собирает электронную почту). Источник: hypercerts-org/epds.