friendica/doc/database/db_2fa_trusted_browser.md

14 lines
623 B
Markdown
Raw Normal View History

Table 2fa_trusted_browser
===========
Two-factor authentication trusted browsers
| Field | Description | Type | Null | Key | Default | Extra |
| ----- | ----------- | ---- | ---- | --- | ------- | ----- |
| cookie_hash | Trusted cookie hash | varchar(80) | YES | PRI | | |
| uid | User ID | mediumint unsigned | YES | | | |
| user_agent | User agent string | text | NO | | | |
| created | Datetime the trusted browser was recorded | datetime | YES | | | |
| last_used | Datetime the trusted browser was last used | datetime | NO | | | |
Return to [database documentation](help/database)