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