A Seneca.js plugin
![]() |
This open source module is sponsored and supported by Voxgig. |
|---|
npm install @seneca/gateway-express-authconst Seneca = require('seneca')
const GatewayExpressAuth = require('@seneca/gateway-express-auth')
Seneca().use(GatewayExpressAuth)See test/ for more usage examples.
Authentication middleware for seneca-gateway-express.
If you're using this module and need help, you can:
- Post a github issue
- Tweet to @senecajs
- Ask on the Gitter
See source for API details.
The Senecajs org encourages open participation. If you feel you can help in any way, be it with documentation, examples, extra testing, or new features please get in touch.
npm run testWorks with seneca-gateway and seneca-gateway-express.

