Method: Authenticate::Configuration#cookie_name
- Defined in:
- lib/authenticate/configuration.rb
#cookie_name ⇒ String
Name of the session cookie Authenticate will send to client browser.
Defaults to ‘authenticate_session_token’.
| 26 27 28 | # File 'lib/authenticate/configuration.rb', line 26 def @cookie_name end |