epds-login이란?
ePDS 인스턴스에 대해 AT 프로토콜 OAuth 로그인을 구현합니다. 비밀번호 없는 OTP 로그인 흐름, PAR 요청, DPoP 증명, ePDS(인증의 확장 PDS)에 대한 토큰 교환을 구축할 때 사용합니다. 흐름 1(앱에 이메일 양식이 있고 login_hint 전달)과 흐름 2(인증 서버가 이메일을 수집함)를 다룹니다. 출처: hypercerts-org/epds.
ePDS 인스턴스에 대해 AT 프로토콜 OAuth 로그인을 구현합니다. 비밀번호 없는 OTP 로그인 흐름, PAR 요청, DPoP 증명, ePDS(인증의 확장 PDS)에 대한 토큰 교환을 구축할 때 사용합니다. 흐름 1(앱에 이메일 양식이 있고 login_hint 전달)과 흐름 2(인증 서버가 이메일을 수집함)를 다룹니다.
명령줄에서 epds-login AI 스킬을 개발 환경에 빠르게 설치
출처: hypercerts-org/epds.
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.
ePDS 인스턴스에 대해 AT 프로토콜 OAuth 로그인을 구현합니다. 비밀번호 없는 OTP 로그인 흐름, PAR 요청, DPoP 증명, ePDS(인증의 확장 PDS)에 대한 토큰 교환을 구축할 때 사용합니다. 흐름 1(앱에 이메일 양식이 있고 login_hint 전달)과 흐름 2(인증 서버가 이메일을 수집함)를 다룹니다. 출처: hypercerts-org/epds.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/hypercerts-org/epds --skill epds-loginePDS 인스턴스에 대해 AT 프로토콜 OAuth 로그인을 구현합니다. 비밀번호 없는 OTP 로그인 흐름, PAR 요청, DPoP 증명, ePDS(인증의 확장 PDS)에 대한 토큰 교환을 구축할 때 사용합니다. 흐름 1(앱에 이메일 양식이 있고 login_hint 전달)과 흐름 2(인증 서버가 이메일을 수집함)를 다룹니다. 출처: hypercerts-org/epds.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/hypercerts-org/epds --skill epds-login 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/hypercerts-org/epds