github-actions[bot] a44db38d05
Version packages (#3345)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-01-13 16:32:43 -08:00

14 KiB

@atproto/oauth-client-node

0.2.7

Patch Changes

  • Updated dependencies [2889c7699, 2889c7699, 2889c7699, 2889c7699, 2889c7699]:
    • @atproto/jwk@0.1.2
    • @atproto/jwk-jose@0.1.3
    • @atproto/jwk-webcrypto@0.1.3
    • @atproto/oauth-client@0.3.7
    • @atproto/oauth-types@0.2.2
    • @atproto-labs/did-resolver@0.1.8
    • @atproto-labs/handle-resolver-node@0.1.10

0.2.6

Patch Changes

  • Updated dependencies [72eba67af]:
    • @atproto-labs/did-resolver@0.1.7
    • @atproto/oauth-client@0.3.6

0.2.5

Patch Changes

  • Updated dependencies []:
    • @atproto-labs/handle-resolver-node@0.1.9
    • @atproto/oauth-client@0.3.5

0.2.4

Patch Changes

  • Updated dependencies []:
    • @atproto/oauth-client@0.3.4

0.2.3

Patch Changes

  • Updated dependencies []:
    • @atproto-labs/did-resolver@0.1.6
    • @atproto/oauth-client@0.3.3
    • @atproto-labs/handle-resolver-node@0.1.8

0.2.2

Patch Changes

0.2.1

Patch Changes

  • Updated dependencies []:
    • @atproto/oauth-client@0.3.1

0.2.0

Minor Changes

Patch Changes

0.1.4

Patch Changes

  • Updated dependencies []:
    • @atproto-labs/handle-resolver-node@0.1.6

0.1.3

Patch Changes

  • Updated dependencies []:
    • @atproto-labs/handle-resolver-node@0.1.5

0.1.2

Patch Changes

0.1.1

Patch Changes

  • Updated dependencies [cb4abbb67, cb4abbb67, cb4abbb67]:
    • @atproto/did@0.1.2
    • @atproto-labs/did-resolver@0.1.3
    • @atproto-labs/handle-resolver-node@0.1.3
    • @atproto/oauth-client@0.2.1

0.1.0

Minor Changes

  • #2714 d9ffa3c46 Thanks @matthieusieben! - The OAuthClient (and runtime specific sub-classes) no longer return @atproto/api Agent instances. Instead, they return OAuthSession instances that can be used to instantiate the Agent class.

  • #2734 dee817b6e Thanks @matthieusieben! - Remove "openid" compatibility. The reason is that although we were technically "openid" compatible, ATProto identifiers are distributed identifiers. When a client relies on OpenID to authenticate users, it will use the auth provider in combination with the identifier to uniquely identify the user. Since ATProto identifiers are meant to be able to move from one provider to the other, OpenID compatibility could break authentication after a user was migrated to a different provider.

    The way OpenID compliant clients would adapt to this particularity would typically be to remove the provider + identifier combination and use the identifier alone. While this is indeed the right way to handle ATProto identifiers, it requires more work to avoid impersonation. In particular, when obtaining a user identifier, the client must verify that the issuer of the identity token is indeed the server responsible for that user. This mechanism being not enforced by the OpenID standard, OpenID compatibility could lead to security issues. For this reason, we decided to remove OpenID compatibility from the OAuth provider.

    Note that a trusted central authority could still offer OpenID compatibility by relying on ATProto's regular OAuth flow under the hood. This capability is out of the scope of this library.

Patch Changes

0.0.7

Patch Changes

  • Updated dependencies []:
    • @atproto/oauth-client@0.1.7

0.0.6

Patch Changes

  • Updated dependencies []:
    • @atproto/oauth-client@0.1.6

0.0.5

Patch Changes

0.0.4

Patch Changes

  • Updated dependencies [04112783d]:
    • @atproto/oauth-client@0.1.4

0.0.3

Patch Changes

  • Updated dependencies []:
    • @atproto/oauth-client@0.1.3

0.0.2

Patch Changes

  • #2483 b934b396b Thanks @matthieusieben! - Better implement aptroto OAuth spec

  • Updated dependencies [b934b396b, b934b396b, b934b396b, b934b396b]:

    • @atproto/oauth-client@0.1.2
    • @atproto/jwk-jose@0.1.2
    • @atproto/oauth-types@0.1.2
    • @atproto/did@0.1.1
    • @atproto/jwk-webcrypto@0.1.2
    • @atproto-labs/handle-resolver-node@0.1.2
    • @atproto-labs/did-resolver@0.1.2

0.0.1

Patch Changes