🔑 U2F second factor provider for Nextcloud
Перейти к файлу
Christoph Wurst 0bb0a8e61b
Migrate to Vue
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2018-10-22 16:22:00 +02:00
.github/ISSUE_TEMPLATE Add question template 2018-05-14 18:11:02 +02:00
.tx Fix tx config 2018-02-12 23:04:32 +01:00
appinfo Require Nextcloud 15+ 2018-10-01 23:21:55 +02:00
css Migrate to Vue 2018-10-22 16:22:00 +02:00
img
l10n [tx-robot] updated from transifex 2018-10-16 00:32:00 +00:00
lib Migrate to Vue 2018-10-22 16:22:00 +02:00
nbproject Use php7+ in Netbeans 2018-03-13 12:55:16 +01:00
screenshots
src Migrate to Vue 2018-10-22 16:22:00 +02:00
templates Migrate to Vue 2018-10-22 16:22:00 +02:00
tests Fix activities test case that fails due to strict typing 2018-10-22 08:41:42 +02:00
.gitignore Migrate to Vue 2018-10-22 16:22:00 +02:00
.scrutinizer.yml Switch to new Scrutinizer analysis 2018-03-27 09:06:58 +02:00
.travis.yml Add composer scrits for easier test execution 2018-10-22 08:34:32 +02:00
AUTHORS.md
CHANGELOG.md Update changelog for 1.6.1 2018-08-02 15:14:11 +02:00
COPYING
Makefile Remove Makefile-based build 2017-12-13 15:48:13 +01:00
README.md Document dev setup 2018-10-02 18:45:24 +02:00
composer.json Add composer scrits for easier test execution 2018-10-22 08:34:32 +02:00
composer.lock Update to OCP lib master 2018-10-03 12:48:12 +02:00
krankerl.toml Migrate to Vue 2018-10-22 16:22:00 +02:00
package-lock.json Migrate to Vue 2018-10-22 16:22:00 +02:00
package.json Migrate to Vue 2018-10-22 16:22:00 +02:00

README.md

U2F second factor provider for Nextcloud

Downloads

branch target Nextcloud version build status and code metrics
master Nextcloud 14.0.x Scrutinizer Code Quality Build Status JavaScript Coverage Status
stable1.5.5 Nextcloud 13.x Scrutinizer Code Quality Build Status JavaScript Coverage Status

Requirements

In order to use this app for authentication, you have to use a browser that supports the U2F standard:

  • Google Chrome
  • Chromium
  • Firefox
    • V56 or before: In combination with this extension
    • V57 or newer: After activation of security.webauth.u2f in about:config
  • Opera

Login with external apps

Once you enable U2F with Two Factor U2F, 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

This app uses composer and npm to manage dependencies. Use

composer install
npm install
npm run build

or if you're using Krankerl

krankerl up

to set up a development version of this app.