Socket
Book a DemoInstallSign in
Socket

@universal-packages/core-express-controllers-authentication

Package Overview
Dependencies
Maintainers
1
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@universal-packages/core-express-controllers-authentication

Express Controllers Authentication universal-core module abstraction.

latest
Source
npmnpm
Version
1.6.22
Version published
Maintainers
1
Created
Source

Core Express Controllers Authentication

npm version Testing codecov

Express Controllers Authentication universal-core module abstraction.

Install

npm install @universal-packages/core-express-controllers-authentication

npm install @universal-packages/core-express-controllers

Initialization

ucore initialize express-controllers-authentication

Running App

This a complement module that works along side the express app available in universal-express-controllers core app.

ucore run express-app

Typescript

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.

Contributing

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.

License

MIT licensed.

FAQs

Package last updated on 18 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts