Express Controllers Authentication universal-core module abstraction.
npm install @universal-packages/core-express-controllers-authentication
npm install @universal-packages/core-express-controllers
ucore initialize express-controllers-authentication
This a complement module that works along side the express app available in universal-express-controllers core app.
ucore run express-app
In order for typescript to see the global types you need to reference the types somewhere in your project, normally ./src/globals.d.ts
.
/// <reference types="@universal-packages/core-express-controllers-authentication" />
This library is developed in TypeScript and shipped fully typed.
The development of this library happens in the open on GitHub, and we are grateful to the community for contributing bugfixes and improvements. Read below to learn how you can take part in improving this library.