Welcome to mirror list, hosted at ThFree Co, Russian Federation.

composer.json - github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 50de29a4803587390e3eb02ab96e98b888cfd347 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "name": "christophwurst/twofactor_u2f",
    "description": "A two factor provider for U2F devices for Nextcloud",
    "type": "project",
    "license": "agplv3",
    "authors": [
        {
            "name": "Christoph Wurst",
            "email": "christoph@winzerhof-wurst.at"
        }
    ],
    "require": {
        "yubico/u2flib-server": "^1.0.1"
    }
}