Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in tests #197

Closed
WangHansen opened this issue Oct 30, 2020 · 1 comment
Closed

Typo in tests #197

WangHansen opened this issue Oct 30, 2020 · 1 comment

Comments

@WangHansen
Copy link

WangHansen commented Oct 30, 2020

.get('./well-known/jwks.json')

Typo
Should be /.well-known/jwks.json

@davidpatrick
Copy link
Contributor

Thanks @WangHansen for finding that, feel free to submit a PR to fix the typo

davidpatrick added a commit that referenced this issue Dec 3, 2020
davidpatrick added a commit that referenced this issue Dec 7, 2020
* getKeysInterceptor

Allow a user to provide an interceptor for providing keys before checking an endpoint.  This will allow users to provide keys from env variables, local files, and temp cache in aws.

* Fix typo

* Fix test

* Fix typo in unrelated test

fixes #197

* Update src/utils.js

Co-authored-by: Adam Mcgrath <adam.mcgrath@auth0.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants