Skip to content

Removed internal memory cache. Now using `express-session`

Latest
Compare
Choose a tag to compare
@SigurdMW SigurdMW released this 03 Dec 12:46
· 124 commits to master since this release
caec5c2

An internal memory cache caused issues when running multiple node.exe processes on the same server. This has now been resolved by using express-session to persist the authentication data in the login process.

Dependencies have also been updated.