Skip to content

Commit 06217d7

Browse files
charsleysadavidpatrick
andauthoredMar 1, 2021
fix: missing export (#217)
Co-authored-by: David Patrick <david.patrick@auth0.com>
1 parent 8dc9698 commit 06217d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { passportJwtSecret } from './integrations/passport';
99
module.exports = (options) => {
1010
return new JwksClient(options);
1111
};
12+
module.exports.JwksClient = JwksClient;
1213

1314
module.exports.ArgumentError = errors.ArgumentError;
1415
module.exports.JwksError = errors.JwksError;

0 commit comments

Comments
 (0)
Please sign in to comment.