🔑 Second factor TOTP (RFC 6238) provider for Nextcloud
Перейти к файлу
Christoph Wurst 931278d155
Merge pull request #1581 from nextcloud/fix/psalm/setup-min-php
ci(psalm): set up the minimum supported php version
2024-11-19 20:10:31 +01:00
.github ci(psalm): set up the minimum supported php version 2024-11-19 19:54:32 +01:00
.tx
LICENSES
appinfo
build-js
css
img docs(spdx): Add SPDX header 2024-10-29 11:00:09 +01:00
js chore(assets): Recompile assets 2024-10-29 11:00:09 +01:00
l10n
lib
screenshots
src
templates
tests
vendor-bin/cs-fixer
.eslintrc.js
.git-blame-ignore-revs
.gitignore
.l10nignore
.nextcloudignore
.php-cs-fixer.dist.php
AUTHORS.md
CHANGELOG.md
COPYING
README.md
REUSE.toml
babel.config.js
composer.json
composer.lock
krankerl.toml
package-lock.json
package.json
psalm.xml
stylelint.config.js
webpack.config.js

README.md

Two Factor Totp

REUSE status 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