Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Bump jwt version #46

Open
dkrosso opened this issue Feb 10, 2020 · 3 comments
Open

Bump jwt version #46

dkrosso opened this issue Feb 10, 2020 · 3 comments

Comments

@dkrosso
Copy link

dkrosso commented Feb 10, 2020

please update jwt version to 2.2+

@moracca
Copy link

moracca commented Oct 14, 2020

bump for this, as trying to support omniauth-azure-activedirectory and omniauth-google-oauth2 on the same system results in a gem conflict

    omniauth-azure-activedirectory was resolved to 1.0.0, which depends on
      jwt (~> 1.5)

    omniauth-google-oauth2 was resolved to 0.8.0, which depends on
      jwt (>= 2.0)

@preethamJuego
Copy link

setting gem to gem "jwt", "~> 1.5" in redmine_omniauth_azure directory gem then bundle update worked for me :).

@davevanfleet
Copy link

For any who are running into this problem feel free to check out my fork at https://github.com/davevanfleet/omniauth-activedirectory. I also made it available on ruby gems for any who need it. I had the same issue of a conflict with jwt versions for google and microsoft as the omniauth providers. I'm happy to maintain the repo there, as of right now the only change I made was bumping some dependencies so our rails app could have both google and microsoft as omniauth providers.

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

No branches or pull requests

4 participants