Skip to content

Latest commit

 

History

History
238 lines (140 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

238 lines (140 loc) · 4.17 KB

@turnkey/sdk-react

2.0.2

Patch Changes

  • eaf3e20: Fix css related build issues with React 19+ & NextJs 15+

2.0.1

Patch Changes

  • 0da96aa: Add README to react sdk

2.0.0

Major Changes

  • 95717d7: New Feature: UI components - Auth, Export, Import. Leverages server and client directives on NextJS 13+ to abstract functionalities away from the developer

Patch Changes

  • c8330fa: Add a user identifier for sms rate limiting
  • 12d5aaa: Update TurnkeySDKBrowserConfig type with an optional iframeUrl field. The TurnkeyContext provider will check for an iframeUrl otherwise it will fallback to the default.
  • Updated dependencies [7988bc1]
  • Updated dependencies [c895c8f]
  • Updated dependencies [538d4fc]
  • Updated dependencies [12d5aaa]

1.1.2

Patch Changes

1.1.1

Patch Changes

1.1.0

Minor Changes

  • The useTurnkey hook now returns the new walletClient, used for authenticating requests via wallet signatures

  • Added new client object returned from the useTurnkey hook. This is the authenticated client. It will be null if the user is not authenticated. Example:

    const { client } = useTurnkey();

Patch Changes

1.0.14

Patch Changes

  • Updated dependencies [3dd74ac]
  • Updated dependencies [1e36edf]
  • Updated dependencies [4df8914]
  • Updated dependencies [11a9e2f]

1.0.13

Patch Changes

1.0.12

Patch Changes

1.0.11

Patch Changes

1.0.10

Patch Changes

1.0.9

Patch Changes

1.0.8

Patch Changes

  • Updated dependencies [bab5393]
  • Updated dependencies [a16073c]
  • Updated dependencies [7e7d209]

1.0.7

Patch Changes

1.0.6

Patch Changes

1.0.5

Patch Changes

1.0.4

Patch Changes

1.0.3

Patch Changes

  • f17a229: Update to oauth related endpoints to drop jwks uri from oauth providers
  • Updated dependencies [f17a229]

1.0.2

Patch Changes

1.0.1

Patch Changes

1.0.0

Major Changes

  • Stable Release: Add Oauth integration. New suborg creation version will now require an oauthProviders field under root users.

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

  • e4b29da: Deprecate the getAuthBundle() path for passkey sessions and replace it with getReadWriteSession() to store authBundles with their expirationTimestamps so applications can better manually manage active writing sessions

Patch Changes

0.3.0

Minor Changes

  • d409d81: Add support for Passkey Sessions

Patch Changes

0.2.1

Patch Changes

0.2.0

Minor Changes

  • updated syntax

Patch Changes

0.1.0

Minor Changes

  • Ready for 0.1.0

Patch Changes

0.0.1

Initial (experimental) release! This is an alpha release and subject to change.