express-authentication-header:针对任何RFC7235 HTTP授权标头进行身份验证,与快速身份验证兼容

时间:2024-06-14 04:07:16
【文件属性】:

文件名称:express-authentication-header:针对任何RFC7235 HTTP授权标头进行身份验证,与快速身份验证兼容

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-14 04:07:16

JavaScript

快速认证头 针对任何与兼容的 HTTP Authorization标头。 var header = require ( 'express-authentication-header' ) , auth = require ( 'express-authentication' ) ; // Validate the challenge app . use ( header ( { scheme : 'API' , verify : function ( challenge , callback ) { callback ( null , challenge . token === 'secret' ) ; } } ) ) ; app . get ( '/' , auth . required ( ) , function ( req , res ) { res . statu


【文件预览】:
express-authentication-header-master
----.eslintrc(809B)
----lib()
--------challenge.js(1KB)
--------assign.js(2KB)
--------header.js(490B)
----.travis.yml(214B)
----example()
--------server.js(453B)
----test()
--------helpers()
--------spec()
----README.md(1KB)
----.editorconfig(130B)
----.gitignore(36B)
----package.json(1KB)

网友评论