mirror of
https://github.com/godotengine/godot-asset-library.git
synced 2026-01-04 14:10:53 +03:00
Increase the session duration to 6 months
Unlike most other websites of its kind (such as GitHub), the asset library had a tendency to require logging in much more often.
This commit is contained in:
@@ -37,7 +37,7 @@ return [
|
||||
// Auth configuration
|
||||
'auth' => [
|
||||
'secret' => 'somerandomstringshouldbeputhere', // Check settings-local.php
|
||||
'tokenExpirationTime' => 3600 * 24 * 7, // week
|
||||
'tokenExpirationTime' => 3600 * 24 * 180, // 6 months
|
||||
'tokenSessionBytesLength' => 24, // If set to something which isn't 24, change DB schema
|
||||
'tokenResetBytesLength' => 32, // If set to something which isn't 32, change DB schema
|
||||
'bcryptOptions' => [
|
||||
|
||||
Reference in New Issue
Block a user