πŸ”‘ Second factor TOTP (RFC 6238) provider for Nextcloud
ΠŸΠ΅Ρ€Π΅ΠΉΡ‚ΠΈ ΠΊ Ρ„Π°ΠΉΠ»Ρƒ
Nextcloud bot e0286b5697
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-04-28 03:30:52 +00:00
.github Create appstore-build-publish.yml 2022-04-26 08:07:04 +02:00
.tx Fix tx config 2018-02-12 23:01:10 +01:00
appinfo 6.3.0-beta.1 2022-04-19 16:49:12 +02:00
css Stylelint bump 2022-04-14 11:51:52 +02:00
img add icon to personal settings sidebar entry 2017-02-06 14:32:09 -06:00
l10n [tx-robot] updated from transifex 2022-04-28 03:30:52 +00:00
lib Drop Nextcloud 20 support 2021-01-22 16:57:45 +01:00
screenshots add shaddow 2016-11-25 15:01:29 +01:00
src Fix chai linting 2022-04-14 12:01:32 +02:00
templates Move to global configs 2022-04-14 11:23:57 +02:00
tests Drop Nextcloud 20 support 2021-01-22 16:57:45 +01:00
.eslintrc.js Fix chai linting 2022-04-14 12:01:32 +02:00
.gitignore Add php8 support 2021-01-19 17:57:19 +01:00
.nextcloudignore Drop the Makefile 2021-10-27 08:35:18 +02:00
.php-cs-fixer.dist.php Update nextcloud/coding-standard 2022-04-14 11:50:31 +02:00
AUTHORS.md initial commit 2016-06-04 11:43:53 +02:00
CHANGELOG.md 6.3.0-beta.1 2022-04-19 16:49:12 +02:00
COPYING initial commit 2016-06-04 11:43:53 +02:00
README.md Drop the Makefile 2021-10-27 08:35:18 +02:00
babel.config.js Move to global configs 2022-04-14 11:23:57 +02:00
composer.json Update nextcloud/coding-standard 2022-04-14 11:50:31 +02:00
composer.lock Update nextcloud/coding-standard 2022-04-14 11:50:31 +02:00
krankerl.toml Fix build 2021-06-16 21:03:43 +02:00
package-lock.json 6.3.0-beta.1 2022-04-19 16:49:12 +02:00
package.json 6.3.0-beta.1 2022-04-19 16:49:12 +02:00
psalm.xml Add Psalm 2020-12-29 11:00:01 +01:00
stylelint.config.js Move to global configs 2022-04-14 11:23:57 +02:00
webpack.config.js Move to global configs 2022-04-14 11:23:57 +02:00

README.md

Two Factor Totp

Downloads Build Status

Sauce Test Status

Tested with the following apps:

Tested with the following hardware devices:

Enabling TOTP 2FA for your account

Login with external apps

Once you enable OTP with Two Factor Totp, your aplications (for example your Android app or your GNOME app) will need to login using device passwords. To manage it, know more here

Development setup

  • composer i
  • npm ci
  • npm run build or npm run dev more info