Sha256: fba97f92ed90b7c7cc289d60d563a47bd8b54ba9e63645f71c2199c560aa60a0
Contents?: true
Size: 311 Bytes
Versions: 3
Compression:
Stored size: 311 Bytes
Contents
module Authpds module Session module AuthlogicCallbacks # Callback method from Authlogic. # Called while trying to persist the session. def persist_session destroy unless (authenticated? and authorized?) or anonymous? end protected :persist_session end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
authpds-1.1.5 | lib/authpds/session/authlogic_callbacks.rb |
authpds-1.1.4 | lib/authpds/session/authlogic_callbacks.rb |
authpds-1.1.3 | lib/authpds/session/authlogic_callbacks.rb |