friendica/doc/database/db_2fa_trusted_browser.md
2021-06-14 05:58:51 +00:00

952 B

Table 2fa_trusted_browser

Two-factor authentication trusted browsers

Field Description Type Null Key Default Extra
cookie_hash Trusted cookie hash varchar(80) NO PRI NULL
uid User ID mediumint unsigned NO NULL
user_agent User agent string text YES NULL
created Datetime the trusted browser was recorded datetime NO NULL
last_used Datetime the trusted browser was last used datetime YES NULL

Return to database documentation