Skip to content

Conversation

@mixie-bot
Copy link
Contributor

@mixie-bot mixie-bot bot commented Jan 6, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@getcirrus/oauth-provider@0.3.0

Minor Changes

  • #88 356735e Thanks @ascorbic! - Add passkey (WebAuthn) support for passwordless authentication

    PDS package:

    • New CLI commands: pds passkey add, pds passkey list, pds passkey remove
    • QR code display in terminal for easy mobile registration
    • Passkey storage and management via Durable Object RPC

    OAuth provider:

    • Passkey login option on authorization page
    • Cross-device authentication support (scan QR code from phone)
    • Automatic passkey discovery for returning users

Patch Changes

  • 7074a27 Thanks @ascorbic! - Require Pushed Authorization Requests (PAR) for OAuth authorization

    • Set require_pushed_authorization_requests: true in server metadata (per ATProto spec)
    • Reject direct authorization requests when PAR is enabled – clients must use /oauth/par first

    Fixes Login to tangled.org fails #80 (login with tangled.org)

@getcirrus/pds@0.6.0

Minor Changes

  • #88 356735e Thanks @ascorbic! - Add passkey (WebAuthn) support for passwordless authentication

    PDS package:

    • New CLI commands: pds passkey add, pds passkey list, pds passkey remove
    • QR code display in terminal for easy mobile registration
    • Passkey storage and management via Durable Object RPC

    OAuth provider:

    • Passkey login option on authorization page
    • Cross-device authentication support (scan QR code from phone)
    • Automatic passkey discovery for returning users

Patch Changes

  • Updated dependencies [356735e, 7074a27]:
    • @getcirrus/oauth-provider@0.3.0

create-pds@0.0.9

Patch Changes

  • #87 98a07df Thanks @ascorbic! - Fix npm command in next steps message

    The CLI now correctly displays npm run dev instead of npm dev when npm is selected as the package manager. This ensures users receive valid commands that will actually work.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 6, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
atproto-pds ee3d952 Jan 09 2026, 12:37 PM

@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 6, 2026

Open in StackBlitz

npm i https://pkg.pr.new/create-pds@85
npm i https://pkg.pr.new/@getcirrus/oauth-provider@85
npm i https://pkg.pr.new/@getcirrus/pds@85

commit: ee3d952

@mixie-bot mixie-bot bot force-pushed the changeset-release/main branch from a9b02b0 to e918ed2 Compare January 6, 2026 20:40
@mixie-bot mixie-bot bot force-pushed the changeset-release/main branch from e918ed2 to ee3d952 Compare January 9, 2026 12:36
@ascorbic ascorbic merged commit 599a31f into main Jan 9, 2026
5 checks passed
@ascorbic ascorbic deleted the changeset-release/main branch January 9, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Login to tangled.org fails

2 participants