added

React Client Auth SDK Added

📣 Our first version of the React Client Auth SDK is now available! 🎉:

This SDK handles authentication interactions in your app’s React frontend. It’s designed to work in tandem with your backend server that integrates with Wristband using the Backend Server Integration Pattern. The backend exposes a Session Endpoint that the React SDK calls to initialize the app in the browser with an authenticated user session.

You can find it at:

Our existing set of Auth Quick Start Guides have been updated to show usage of the SDK during the frontend sections of the guides.

To see more examples of this SDK in action, check out our ASP.NET and Express demo apps.