Skip to content
Snippets Groups Projects
Commit 4736344a authored by Arnaud (arg)'s avatar Arnaud (arg) Committed by Martin Trigaux
Browse files

[IMP] auth_totp: add 2FA Trusted Devices


+ Added the 'Trusted Devices' feature
+ Added 'Remember this Device' checkbox on /web/login/totp
+ Added trusted device's OS / browser on Profile > Account Security

Added '2FA Trusted Devices' feature to allow users to remember their
device to bypass the 2FA for the next connections. The trusted devices
are displayed in a 'Trusted Devices' One2Many under the 'Developer API
Keys'. It is possible to revoke all the trusted devices at once with a
special button. It is also possible to revoke one at a time on the
desired one.

Add tour
Remove the "new Promise()" that makes the logout step fail (and seems
unnecessary).

closes odoo/odoo#69608

Signed-off-by: default avatarMartin Trigaux (mat) <mat@odoo.com>
parent ee84815f
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment