Skip to content

Commit

Permalink
fix: missing export (#217)
Browse files Browse the repository at this point in the history
Co-authored-by: David Patrick <david.patrick@auth0.com>
  • Loading branch information
charsleysa and davidpatrick committed Mar 1, 2021
1 parent 8dc9698 commit 06217d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Expand Up @@ -9,6 +9,7 @@ import { passportJwtSecret } from './integrations/passport';
module.exports = (options) => {
return new JwksClient(options);
};
module.exports.JwksClient = JwksClient;

module.exports.ArgumentError = errors.ArgumentError;
module.exports.JwksError = errors.JwksError;
Expand Down

0 comments on commit 06217d7

Please sign in to comment.