-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
When a session store is not supplied Brisk is trying to create a memory store.
The logic uses the deprecated method of creating a MemoryStore (express 3.x) and needs to be revised.
The advantage of having a session store automatically created needs to be evaluated and either update that logic (currently at line 41) or remove it.
Reactions are currently unavailable