We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc9698 commit 06217d7Copy full SHA for 06217d7
src/index.js
@@ -9,6 +9,7 @@ import { passportJwtSecret } from './integrations/passport';
9
module.exports = (options) => {
10
return new JwksClient(options);
11
};
12
+module.exports.JwksClient = JwksClient;
13
14
module.exports.ArgumentError = errors.ArgumentError;
15
module.exports.JwksError = errors.JwksError;
0 commit comments