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
{{ message }}
This repository has been archived by the owner on Oct 5, 2023. It is now read-only.
Hi,
A few days ago, a security update has been made to
omniauth-oauth2
, this one uses the :state parameter to mitigate CSRF. omniauth/omniauth-oauth2#18However, it seem that
devise_oauth2_providable
doesn't handle this parameter as expected as it doesn't send it back in the callback.A similar issue seems to be faced at omniauth/omniauth-oauth2#20
The text was updated successfully, but these errors were encountered: