[NEW] Two Factor authentication via email (#1961)
* First api call working
* [NEW] REST API Post wrapper 2FA
* [NEW] Send 2FA on Email
* [I18n] Add translations
* [NEW] Translations & Cancel totp
* [CHORE] Totp -> TwoFactor
* [NEW] Two Factor by email
* [NEW] Tablet Support
* [FIX] Text colors
* [NEW] Password 2fa
* [FIX] Encrypt password on 2FA
* [NEW] MethodCall2FA
* [FIX] Password fallback
* [FIX] Wrap all post/methodCall with 2fa
* [FIX] Wrap missed function
* few fixes
* [FIX] Use new TOTP on Login
* [improvement] 2fa methodCall
Co-authored-by:
Djorkaeff Alexandre <djorkaeff.unb@gmail.com>
Showing
- app/containers/TwoFactor/index.js 137 additions, 0 deletionsapp/containers/TwoFactor/index.js
- app/containers/TwoFactor/styles.js 40 additions, 0 deletionsapp/containers/TwoFactor/styles.js
- app/i18n/locales/en.js 5 additions, 0 deletionsapp/i18n/locales/en.js
- app/i18n/locales/pt-BR.js 5 additions, 0 deletionsapp/i18n/locales/pt-BR.js
- app/index.js 2 additions, 0 deletionsapp/index.js
- app/lib/rocketchat.js 135 additions, 69 deletionsapp/lib/rocketchat.js
- app/utils/fetch.js 1 addition, 1 deletionapp/utils/fetch.js
- app/utils/twoFactor.js 20 additions, 0 deletionsapp/utils/twoFactor.js
- app/views/LoginView.js 6 additions, 56 deletionsapp/views/LoginView.js
- app/views/ProfileView/index.js 1 addition, 1 deletionapp/views/ProfileView/index.js
- package.json 2 additions, 1 deletionpackage.json
- yarn.lock 39 additions, 0 deletionsyarn.lock
Loading
Please register or sign in to comment