Improved
2025.03.30 SDK Release
7 months ago by Jim Verducci
📣 Express Auth SDK 2.3.0 release completed 🎉
We've update the express-auth SDK in GitHub to handle the parsing and setting of cookies directly with request and response headers. This eliminates the need for installing the cookie-parser dependency for your Express server when integrating with Wristband. The GitHub README and Auth Quick Start Guide have been updated accordingly.
NOTE: You may still need to rely on the cookie-parser dependency for session management and/or CSRF protection, depending on your technology choices.