]> git.mxchange.org Git - friendica.git/blob - doc/database/db_2fa_trusted_browser.md
Trailing whitespace removed
[friendica.git] / doc / database / db_2fa_trusted_browser.md
1 Table 2fa_trusted_browser
2 ===========
3
4 Two-factor authentication trusted browsers
5
6 | Field       | Description                                | Type               | Null | Key | Default | Extra |
7 | ----------- | ------------------------------------------ | ------------------ | ---- | --- | ------- | ----- |
8 | cookie_hash | Trusted cookie hash                        | varchar(80)        | NO   | PRI | NULL    |       |
9 | uid         | User ID                                    | mediumint unsigned | NO   |     | NULL    |       |
10 | user_agent  | User agent string                          | text               | YES  |     | NULL    |       |
11 | created     | Datetime the trusted browser was recorded  | datetime           | NO   |     | NULL    |       |
12 | last_used   | Datetime the trusted browser was last used | datetime           | YES  |     | NULL    |       |
13
14 Return to [database documentation](help/database)