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

Expose authenticator as an injectable (service)

andreespirela opened this issue · comments

The main idea is that developers should be able to use Mandarine's built-in authentication as they want. This means, they should have access to the internal class in the core that executes authentication.

We will be exposing this as refactors are done #208

With this, Mandarine's authentication system can be used not only for webapps but also for CLI apps and any other app that is coded in Mandarine as Mandarine grows.