🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
Перейти к файлу
Christoph Wurst 8f1ba65ebd
Merge pull request #1369 from nextcloud/chore/deps/drop-stable25-renovate-config
chore(deps): Drop stable24 from Renovate config
2023-04-21 12:00:06 +02:00
.github Merge pull request #1369 from nextcloud/chore/deps/drop-stable25-renovate-config 2023-04-21 12:00:06 +02:00
.tx chore(translations): Also update translations in stable26 2023-03-03 08:50:22 +01:00
appinfo chore: Bump major version 2023-03-30 14:43:32 +02:00
css fix(challenge): invert icon on light mode 2023-03-31 08:56:53 +02:00
img add icon to personal settings sidebar entry 2017-02-06 14:32:09 -06:00
js Enable TOTP checkbox gets ticked even if its not enabled successfully 2023-01-24 18:14:21 +05:30
l10n Fix(l10n): 🔠 Update translations from Transifex 2023-04-09 03:38:53 +00:00
lib feat(CI): Update psalm action and migrate to nextcloud/OCP package 2023-03-10 14:49:00 +01:00
screenshots add shaddow 2016-11-25 15:01:29 +01:00
src Enable TOTP checkbox gets ticked even if its not enabled successfully 2023-01-24 18:14:21 +05:30
templates fix(challenge): invert icon on light mode 2023-03-31 08:56:53 +02:00
tests feat(CI): Update psalm action and migrate to nextcloud/OCP package 2023-03-10 14:49:00 +01:00
.eslintrc.js Fix chai linting 2022-04-14 12:01:32 +02:00
.gitignore Don't ignore js/ and ignore it for translations 2022-09-22 10:22:31 +02:00
.l10nignore Don't ignore js/ and ignore it for translations 2022-09-22 10:22:31 +02: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 v6.4.0 RC1 2022-06-13 16:57:10 +02:00
COPYING initial commit 2016-06-04 11:43:53 +02:00
README.md doc(installation): Clarify app store vs shipped status 2023-04-03 14:15:23 +02:00
babel.config.js Move to global configs 2022-04-14 11:23:57 +02:00
composer.json fix(deps): bump christian-riesen/base32 from 1.6.0 to ^1.6.0 2023-04-19 07:06:18 +00:00
composer.lock fix(deps): bump christian-riesen/base32 from 1.6.0 to ^1.6.0 2023-04-19 07:06:18 +00:00
krankerl.toml Fix build 2021-06-16 21:03:43 +02:00
package-lock.json chore(deps): bump chai from 4.3.6 to ^4.3.7 2023-04-21 11:46:22 +02:00
package.json chore(deps): bump chai from 4.3.6 to ^4.3.7 2023-04-21 11:46:22 +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:

Installation

Nextcloud 25 and newer

The app is shipped and comes with the installation of Nextcloud Server. No additional steps are necessary.

Nextcloud 24 and older

The app is available through the app store. It can be installed through Nextcloud's app management UI.

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