Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing "lifetime" configuration and docs, it is not being used at a…
…ll, just causing confusion
  • Loading branch information
Woody Gilk committed Mar 18, 2012
1 parent 135f4bf commit a981cf2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/auth.php
Expand Up @@ -5,7 +5,6 @@
'driver' => 'file', 'driver' => 'file',
'hash_method' => 'sha256', 'hash_method' => 'sha256',
'hash_key' => NULL, 'hash_key' => NULL,
'lifetime' => 1209600,
'session_type' => Session::$default, 'session_type' => Session::$default,
'session_key' => 'auth_user', 'session_key' => 'auth_user',


Expand Down
1 change: 0 additions & 1 deletion guide/auth/config.md
Expand Up @@ -9,6 +9,5 @@ Name | Type | Default | Description
driver | `string` | file | The name of the auth driver to use. driver | `string` | file | The name of the auth driver to use.
hash_method | `string` | sha256 | The hashing function to use on the passwords. hash_method | `string` | sha256 | The hashing function to use on the passwords.
hash_key | `string` | NULL | The key to use when hashing the password. hash_key | `string` | NULL | The key to use when hashing the password.
lifetime | `int` | 1209600 | The time (_in seconds_) that the user's session is valid.
session_type | `string` | [Session::$default] | The type of session to use when storing the auth user. session_type | `string` | [Session::$default] | The type of session to use when storing the auth user.
session_key | `string` | auth_user | The name of the session variable used to save the user. session_key | `string` | auth_user | The name of the session variable used to save the user.

0 comments on commit a981cf2

Please sign in to comment.