You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-2Lines changed: 28 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,8 +81,10 @@ Boolean values can be one of:
81
81
| Name | Key | Value(s) | Description |
82
82
|------|-----|----------|-------------|
83
83
| UA - Create |`_auth`| - | Create User Authentication, for more information see [User Authentication](#user-authentication)|
84
-
| UA - Username |`_auth_user`| - | Username for User Authentication, for more information see [User Authentication](#user-authentication)|
85
-
| UA - Password |`_auth_pass`| - | Password for User Authentication, for more information see [User Authentication](#user-authentication)|
84
+
| UA - Username |`_auth_user`|`string`| Username for User Authentication, for more information see [User Authentication](#user-authentication)|
85
+
| UA - Password |`_auth_pass`|`string`| Password for User Authentication, for more information see [User Authentication](#user-authentication)|
86
+
| UA - Crypt |`_auth_crypt`| <ul><li>SHA1</li><li>SSHA1</li><li>SHA256</li><li>SSHA256</li><li>SHA384</li><li>SSHA384</li><li>SHA512</li><li>SSHA512</li></ul> | Password encoder to use for User Authentication, for more information see [User Authentication](#user-authentication)|
87
+
| UA - Salt |`_auth_salt`|`string`| Salt to use if the configure password encoder requires a salt, for User Authentication, for more information see [User Authentication](#user-authentication)|
86
88
| Auto Vacuum |`_auto_vacuum`\|`_vacuum`| <ul><li>`0`\|`none`</li><li>`1`\|`full`</li><li>`2`\|`incremental`</li></ul> | For more information see [PRAGMA auto_vacuum](https://www.sqlite.org/pragma.html#pragma_auto_vacuum)|
87
89
| Busy Timeout |`_busy_timeout`\|`_timeout`|`int`| Specify value for sqlite3_busy_timeout. For more information see [PRAGMA busy_timeout](https://www.sqlite.org/pragma.html#pragma_busy_timeout)|
88
90
| Case Sensitive LIKE |`_case_sensitive_like`\|`_cslike`|`boolean`| For more information see [PRAGMA case_sensitive_like](https://www.sqlite.org/pragma.html#pragma_case_sensitive_like)|
@@ -338,6 +340,30 @@ Create an user authentication database with user `admin` and password `admin`.
0 commit comments