文件名称:hapi-custom-auth:一个hapi auth插件
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-18 22:28:14
nodejs javascript npm authentication hapi
Hapi自定义身份验证 创建hapi“自定义”身份验证方案的简单方法。 寻找与request.headers.authorization相关的值。 用法 安装 npm install --save hapi-custom-auth 配置服务器: const HapiCustomAuth = require ( 'hapi-custom-auth' ) ; // ... const AuthSetup = { // See below example plugin : require ( './auth-setup' ) ; } // ... const server = new Hapi . Server ( ... ) ; const plugins = [ // ... HapiCustomAuth , AuthSetup , // .
【文件预览】:
hapi-custom-auth-master
----.eslintrc(1KB)
----index.js(2KB)
----package.json(682B)
----package-lock.json(216KB)
----.gitignore(1KB)
----README.md(1KB)