- eaf3e20: Fix css related build issues with React 19+ & NextJs 15+
- 0da96aa: Add README to react sdk
- 95717d7: New Feature: UI components - Auth, Export, Import. Leverages server and client directives on NextJS 13+ to abstract functionalities away from the developer
- 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]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]
- @turnkey/[email protected]
-
The
useTurnkey
hook now returns the newwalletClient
, used for authenticating requests via wallet signatures -
Added new
client
object returned from theuseTurnkey
hook. This is the authenticated client. It will be null if the user is not authenticated. Example:const { client } = useTurnkey();
- Updated dependencies [8bea78f]
- @turnkey/[email protected]
- @turnkey/[email protected]
- Updated dependencies [3dd74ac]
- Updated dependencies [1e36edf]
- Updated dependencies [4df8914]
- Updated dependencies [11a9e2f]
- @turnkey/[email protected]
- Updated dependencies [9ebd062]
- @turnkey/[email protected]
- Updated dependencies [96d7f99]
- @turnkey/[email protected]
- Updated dependencies [ff059d5]
- @turnkey/[email protected]
- Updated dependencies [c988ed0]
- @turnkey/[email protected]
- Updated dependencies [1813ed5]
- @turnkey/[email protected]
- Updated dependencies [bab5393]
- Updated dependencies [a16073c]
- Updated dependencies [7e7d209]
- @turnkey/[email protected]
- Updated dependencies [93dee46]
- @turnkey/[email protected]
- Updated dependencies [e2f2e0b]
- @turnkey/[email protected]
- Updated dependencies
- @turnkey/[email protected]
- Updated dependencies
- @turnkey/[email protected]
- f17a229: Update to oauth related endpoints to drop jwks uri from oauth providers
- Updated dependencies [f17a229]
- @turnkey/[email protected]
- Updated dependencies
- @turnkey/[email protected]
- Updated dependencies
- @turnkey/[email protected]
- Stable Release: Add Oauth integration. New suborg creation version will now require an oauthProviders field under root users.
- Updated dependencies
- @turnkey/[email protected]
- @turnkey/[email protected]
- e4b29da: Deprecate the
getAuthBundle()
path for passkey sessions and replace it withgetReadWriteSession()
to store authBundles with their expirationTimestamps so applications can better manually manage active writing sessions
- Updated dependencies [e4b29da]
- @turnkey/[email protected]
- d409d81: Add support for Passkey Sessions
- Updated dependencies [d409d81]
- @turnkey/[email protected]
- @turnkey/[email protected]
- updated syntax
- Updated dependencies
- @turnkey/[email protected]
- Ready for 0.1.0
- Updated dependencies
- @turnkey/[email protected]
Initial (experimental) release! This is an alpha release and subject to change.