mirror of
https://github.com/friendica/friendica
synced 2024-11-11 21:42:54 +00:00
13 lines
623 B
Markdown
13 lines
623 B
Markdown
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)
|