Class: Naf::ApiSimpleClusterAuthenticatorApplicationController

Inherits:
ActionController::Base
  • Object
show all
Defined in:
app/controllers/naf/api_simple_cluster_authenticator_application_controller.rb

Direct Known Subclasses

LogParsersController

Instance Method Summary collapse

Instance Method Details

Returns:

  • (Boolean)


4
5
6
# File 'app/controllers/naf/api_simple_cluster_authenticator_application_controller.rb', line 4

def naf_cookie_valid?
  ::Logical::Naf::UserSession.new(session[::Naf.configuration.api_domain_cookie_name]).valid?
end