Method: Authenticate::Configuration#cookie_name

Defined in:
lib/authenticate/configuration.rb

Name of the session cookie Authenticate will send to client browser.

Defaults to ‘authenticate_session_token’.

Returns:

  • (String)


26
27
28
# File 'lib/authenticate/configuration.rb', line 26

def cookie_name
  @cookie_name
end