MageSmith

🔐 Magento_JwtUserToken · engine innodb

jwt_auth_revoked

Holds revoked JWT authentication data

Columns (3)

NameTypeNullDefaultComment
user_type_id int unsignednoUser Type ID
user_id int unsignednoUser ID
revoke_before bigint unsignednoNot accepting tokens issued before this timestamp

Keys & indexes

Primary key: user_type_id, user_id