Sha256: 5889fe692952ca0c24168d6c898b51f8cd2b219b46766ef4e2be94cc6c7c8e56
Contents?: true
Size: 307 Bytes
Versions: 6
Compression:
Stored size: 307 Bytes
Contents
Warden::Manager.after_authentication do |user, auth, options| if user.respond_to?(:with_safeguard_authentication?) if auth.session(options[:scope])[:with_safeguard_authentication] = user.with_safeguard_authentication?(auth.request) auth.session(options[:scope])[:id] = user.id end end end
Version data entries
6 entries across 6 versions & 1 rubygems