Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
ah7-backend
/
node_modules
/
passport-jwt
/
lib
/
Filename :
auth_header.js
back
Copy
'use strict'; var re = /(\S+)\s+(\S+)/; function parseAuthHeader(hdrValue) { if (typeof hdrValue !== 'string') { return null; } var matches = hdrValue.match(re); return matches && { scheme: matches[1], value: matches[2] }; } module.exports = { parse: parseAuthHeader };