Auth_Container_Array
Array
This storage container provides a simple way to store a limited number of username/password pairs within the source code of the script.
The storage-specific argument for the Auth constructor() is an array of options.
Таблица 30-1. Available Options
Option | Data Type | Default value | Description | |
---|---|---|---|---|
"cryptType" | string | "none" | The encryption type the password is stored in. | |
"users" | array | array() |
Named array of usernames and password hashes.
|
Пред. | Начало | След. |
Storage drivers | Уровень выше | Auth_Container_DB |