Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/detect-node/../jwks-rsa/src/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
const { JwksClient } = require('./JwksClient'); const errors = require('./errors'); const { hapiJwt2Key, hapiJwt2KeyAsync } = require('./integrations/hapi'); const { expressJwtSecret } = require('./integrations/express'); const { koaJwtSecret } = require('./integrations/koa'); const { passportJwtSecret } = require('./integrations/passport'); module.exports = (options) => { return new JwksClient(options); }; module.exports.JwksClient = JwksClient; module.exports.ArgumentError = errors.ArgumentError; module.exports.JwksError = errors.JwksError; module.exports.JwksRateLimitError = errors.JwksRateLimitError; module.exports.SigningKeyNotFoundError = errors.SigningKeyNotFoundError; module.exports.expressJwtSecret = expressJwtSecret; module.exports.hapiJwt2Key = hapiJwt2Key; module.exports.hapiJwt2KeyAsync = hapiJwt2KeyAsync; module.exports.koaJwtSecret = koaJwtSecret; module.exports.passportJwtSecret = passportJwtSecret;