You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The device_auth_request records should be short-lived, and probably have user_code as their primary key. On verification & token grant, relevant info should be transferred to the new device_access_token record and the device_auth_request record deleted.