marmelab / ra-auth-cognito

An auth provider for react-admin which handles authentication with AWS Cognito.
MIT License
9 stars 6 forks source link

Add support for TOTP MFA #15

Closed Nitix closed 7 months ago

Nitix commented 7 months ago

Add support for TOTP MFA.

To use new functionalities, people will need to add new language packages and merge translations. This should work out of the box with TOTP MFA configured instance. This PR does not add support for SMS MFA. Packages has been updated with this update.

Excluding yarn lock this PR has 28 files changed, 1081 insertions(+), 263 deletions(-)

Screencast from 2024-02-08 18-00-45.webm

New password required + Totp association

Screencast from 2024-02-12 11-00-10.webm

adguernier commented 7 months ago

Great work! :+1: