Minor Changes
-
Add support for the Coinbase Wallet web3 provider and authentication strategy. The Coinbase Wallet provider handles both Coinbase Wallet extension and Smart Wallet (#4082) by @chanioxaris
-
Experimental: Persist the Clerk client after signing out a user. (#3941) by @panteliselef
This allows for matching a user's device with a client. To try out this new feature, enable it in your
<ClerkProvider />orclerk.load()call.// React <ClerkProvider experimental={{ persistClient: true }} />; // Vanilla JS await clerk.load({ experimental: { persistClient: true } });