UNPKG

@hutiwephy/ape-express

Version:

Authenticate and Encrypt HTTP with User Credentials (Not TLS-SRP) (ExpressJS Implementation).

11 lines (7 loc) 291 B
const ape = require("@hutiwephy/ape"); module.exports = require("./lib/middleware.js"); module.exports.libroute = require("./lib/libroute.js"); module.exports.Session = ape.Session; module.exports.jwt = ape.jwt; module.exports.libpath = ape.libpath; module.exports.request = ape.request;