Fixes:
get
no longer returns sessions that are expired.set
no longer updates expiration times. That functionality is handled intouch
.- Add a callback sanitization method in
finalCallback
to prevent errors if no callback was provided.
Tests:
- Added a test to verify the system would not return sessions after the expiration date.
Docs
- Updated the class API JSDoc example to correct a typo in the
configOptions
. - Updated README class function descriptions.