improved

2025.03.30 SDK Release

๐Ÿ“ฃ 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.

๐Ÿ‘‰ https://github.com/wristband-dev/express-auth