session secret field size increase

This commit is contained in:
Damodar Lohani
2021-12-02 15:32:40 +05:45
parent bc22bbae46
commit 32b13f113a
+1 -1
View File
@@ -1161,7 +1161,7 @@ $collections = [
'$id' => 'secret',
'type' => Database::VAR_STRING,
'format' => '',
'size' => 256, // https://www.tutorialspoint.com/how-long-is-the-sha256-hash-in-mysql (256 for encryption)
'size' => 512, // https://www.tutorialspoint.com/how-long-is-the-sha256-hash-in-mysql (512 for encryption)
'signed' => true,
'required' => false,
'default' => null,