41 lines
1.6 KiB
XML
41 lines
1.6 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
- SPDX-FileCopyrightText: 2016 F7cloud GmbH and F7cloud contributors
|
|
- SPDX-License-Identifier: AGPL-3.0-only
|
|
-->
|
|
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:noNamespaceSchemaLocation="https://apps.f7cloud.com/schema/apps/info.xsd">
|
|
<id>twofactor_totp</id>
|
|
<name>Two-Factor TOTP Provider</name>
|
|
<summary>Two-factor TOTP provider</summary>
|
|
<description>A two-factor authentication provider for TOTP (RFC 6238)</description>
|
|
<version>14.0.0</version>
|
|
<licence>agpl</licence>
|
|
<author>Christoph Wurst</author>
|
|
<namespace>TwoFactorTOTP</namespace>
|
|
<category>security</category>
|
|
|
|
<website>https://github.com/f7cloud/twofactor_totp#readme</website>
|
|
<bugs>https://github.com/f7cloud/twofactor_totp/issues</bugs>
|
|
<repository type="git">https://github.com/f7cloud/twofactor_totp.git</repository>
|
|
<screenshot>https://raw.githubusercontent.com/f7cloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/enter_challenge.png</screenshot>
|
|
<screenshot>https://raw.githubusercontent.com/f7cloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
|
|
<dependencies>
|
|
<f7cloud min-version="1" max-version="2" />
|
|
</dependencies>
|
|
<two-factor-providers>
|
|
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>
|
|
</two-factor-providers>
|
|
<commands>
|
|
<command>OCA\TwoFactorTOTP\Command\CleanUp</command>
|
|
</commands>
|
|
<activity>
|
|
<settings>
|
|
<setting>OCA\TwoFactorTOTP\Activity\Setting</setting>
|
|
</settings>
|
|
<providers>
|
|
<provider>OCA\TwoFactorTOTP\Activity\Provider</provider>
|
|
</providers>
|
|
</activity>
|
|
</info>
|