Method: Authenticate::Configuration#cookie_path

Defined in:
lib/authenticate/configuration.rb

Controls which paths the session token cookie is valid for.

Defaults to ‘“/”` for the entire domain.

For more, see [RFC6265](tools.ietf.org/html/rfc6265#section-5.1.4).

Returns:

  • (String)


58
59
60
# File 'lib/authenticate/configuration.rb', line 58

def cookie_path
  @cookie_path
end