faas-auth
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

faas-auth

faas-auth is an Express middleware function for handling API Key authentication for OpenFAAS functions, useful in OpenFAAS functions built from an Express template.

Installation

Use the package manager npm to install faas-auth.

npm install @routefusion/faas-auth

Usage

import authenticate from '@routefusion/faas-auth';
import * as express from 'express';
 
const app = express()
 
app.use(authenticate);

License

MIT

Package Sidebar

Install

npm i faas-auth

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

14.4 kB

Total Files

10

Last publish

Collaborators

  • ben-routefusion