You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just as a record, warden < 1.2.8 does NOT set the winning_strategy when :warden is thrown. As a consequence, warden_message in DoorkeeperFailureApp is always empty:
This issue in warden was solved in master in this PR: wardencommunity/warden#175
Dependencies should be updated as soon as there is a new release of warden in order to fix this issue. For now you can manually install warden in your Gemfile pointing to master or any revision after the fix above.
The text was updated successfully, but these errors were encountered:
There is a bug in:
devise-doorkeeper/lib/devise/strategies/doorkeeper.rb
Lines 51 to 54 in 900cbb1
Just as a record,
warden
< 1.2.8 does NOT set thewinning_strategy
when:warden
is thrown. As a consequence,warden_message
inDoorkeeperFailureApp
is always empty:devise-doorkeeper/lib/devise/doorkeeper/doorkeeper_failure_app.rb
Lines 16 to 18 in 900cbb1
This issue in
warden
was solved inmaster
in this PR: wardencommunity/warden#175Dependencies should be updated as soon as there is a new release of
warden
in order to fix this issue. For now you can manually installwarden
in your Gemfile pointing tomaster
or any revision after the fix above.The text was updated successfully, but these errors were encountered: