1.0.4 • Published 4 years ago

faas-auth v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

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