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
Allow to disable CSRF protection in individual strategies
Some OAuth2 providers ignore 'state' parameter, and don't return it back
to the client. CSRF protection with this parameter is impossible for such
services.
Add a boolean option :provider_ignores_state for disable CSRF protection
for individual strategies.
Signed-off-by: Yauhen Kharuzhy <jekhor@gmail.com>
0 commit comments