HowProgrammingWorks / NodejsStarterKit

Starter Kit for Node.js 16 or later, minimum dependencies 🚀
http://metarhia.com
MIT License
462 stars 102 forks source link

Session-level sandboxes #19

Closed tshemsedinov closed 4 years ago

tshemsedinov commented 4 years ago

After session started all requests should be sandboxed in a session sandbox. Now we have shared sandbox for all API methods in application, see: https://github.com/HowProgrammingWorks/NodejsStarterKit/issues/3 This shared sandbox will be used just for requests without sessions.