Sha256: da503e984592e388cebc120f829bb63e2e46c438584b197681342b8aaff94639

Contents?: true

Size: 310 Bytes

Versions: 13

Compression:

Stored size: 310 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

13 entries across 13 versions & 1 rubygems

Version Path
authpds-1.1.2 lib/authpds/session/authlogic_callbacks.rb
authpds-1.1.1 lib/authpds/session/authlogic_callbacks.rb
authpds-1.1.0 lib/authpds/session/authlogic_callbacks.rb
authpds-1.0.0 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.9 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.8 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.7 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.6 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.5 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.4 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.3 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.2 lib/authpds/session/authlogic_callbacks.rb
authpds-0.2.1 lib/authpds/session/authlogic_callbacks.rb