@joystick.js/databases

Sessions

Enable support for sessions and CSRF tokens on a database in your Joystick app.

Only Applies to Joystick Versions Up To 1.0.0-rc.1

Prior to Joystick v1.0.0-rc.2, session data was stored in the database. This is now managed 100% via cookies and does not require a database.

If you'd like to enable session support, please refer to the @joystick.js/node docs on enabling CSRF protection.