Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .changeset/deprecate-packages.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
"@ascorbic/pds": patch
"@ascorbic/atproto-oauth-provider": patch
---

Deprecate packages in favor of @getcirrus/pds and @getcirrus/oauth-provider

These packages have been renamed and will no longer receive updates under the @ascorbic scope. Please migrate to the new package names:

- `@ascorbic/pds` → `@getcirrus/pds`
- `@ascorbic/atproto-oauth-provider` → `@getcirrus/oauth-provider`
4 changes: 4 additions & 0 deletions packages/oauth-provider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @ascorbic/atproto-oauth-provider

> **🚨 This package has been renamed to `@getcirrus/oauth-provider`**
>
> This package is deprecated and will no longer receive updates. Please migrate to [`@getcirrus/oauth-provider`](https://www.npmjs.com/package/@getcirrus/oauth-provider) for the latest features and bug fixes.

AT Protocol OAuth 2.1 Authorization Server for Cloudflare Workers.

A complete OAuth 2.1 provider implementation that enables "Login with Bluesky" functionality for your PDS. Built specifically for Cloudflare Workers with Durable Objects.
Expand Down
4 changes: 4 additions & 0 deletions packages/pds/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# @ascorbic/pds

> **🚨 This package has been renamed to `@getcirrus/pds`**
>
> This package is deprecated and will no longer receive updates. Please migrate to [`@getcirrus/pds`](https://www.npmjs.com/package/@getcirrus/pds) for the latest features and bug fixes.

A single-user [AT Protocol](https://atproto.com) Personal Data Server (PDS) that runs on Cloudflare Workers. Host your own Bluesky identity with minimal infrastructure.

> **⚠️ Experimental Software**
Expand Down
Loading