Sha256: 3b5ff29fdf554d55348ea006aa80bf747a5c9410d7a516f00e13af7269abbf84
Contents?: true
Size: 347 Bytes
Versions: 29
Compression:
Stored size: 347 Bytes
Contents
Warden::Manager.after_authentication do |record, warden, options| clean_up_for_winning_strategy = !warden.winning_strategy.respond_to?(:clean_up_csrf?) || warden.winning_strategy.clean_up_csrf? if Devise.clean_up_csrf_token_on_authentication && clean_up_for_winning_strategy warden.request.session.try(:delete, :_csrf_token) end end
Version data entries
29 entries across 29 versions & 6 rubygems