mandarineorg / mandarinets

Mandarine.TS is a typescript, decorator-driven framework that allows you to create server-side applications. Mandarine.TS provides a range of built-in solutions such as Dependency Injection, Components, ORM and more. Under its umbrella, Mandarine.TS has 4 modules: Core, Data, Security and MVC, these modules will offer you the requirements to build a Mandarine-powered application.

Home Page:https://www.mandarinets.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sessions should be enabled/disabled by User

andreespirela opened this issue · comments

Right now, there is not an easy way to disable the session container & session middleware. This seems like it's a little too much, Mandarine is supposed to provide things out of the box but it shouldn't cross the line of forcing the user to. So we want to provide a way to handle this at least for the session container

possibly dependent on #209

Solved in #209