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

Fixes dependency issue #97

Merged
merged 2 commits into from
Mar 27, 2020
Merged

Conversation

davidpatrick
Copy link
Contributor

Adds require for new error class

@davidpatrick davidpatrick requested a review from a team March 26, 2020 22:13
@davidpatrick davidpatrick changed the title Fixes error dependency issue Fixes dependency issue Mar 26, 2020
@jimmyjames jimmyjames requested review from jimmyjames and removed request for a team March 27, 2020 15:00
@davidpatrick davidpatrick merged commit 2b86f7b into auth0:master Mar 27, 2020
@davidpatrick davidpatrick added this to the 2.3.1 milestone Mar 27, 2020
@davidpatrick davidpatrick mentioned this pull request Mar 27, 2020
@@ -6,6 +6,7 @@
require 'omniauth-oauth2'
require 'omniauth/auth0/jwt_validator'
require 'omniauth/auth0/telemetry'
require 'omniauth/auth0/errors'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was already transiently included thanks to including jwt_validator two lines above this, which is why I didn't add this line in my PR. But it doesn't hurt either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants