1.0.4 • Published 5 years ago
faas-auth v1.0.4
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-authUsage
import authenticate from '@routefusion/faas-auth';
import * as express from 'express';
const app = express()
app.use(authenticate);License
1.0.4
5 years ago