2017-05-04 17:46:59 -04:00
<?xml version="1.0"?>
2024-06-18 10:46:56 -04:00
<!--
- SPDX-FileCopyrightText: 2017 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
2018-02-07 10:04:45 -05:00
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
2017-05-04 17:46:59 -04:00
<id > oauth2</id>
<name > OAuth 2.0</name>
2018-02-07 10:04:45 -05:00
<summary > Allows OAuth2 compatible authentication from other web applications.</summary>
2017-05-04 17:46:59 -04:00
<description > The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
2024-08-29 11:28:01 -04:00
<version > 1.19.1</version>
2017-05-18 08:36:30 -04:00
<licence > agpl</licence>
2017-05-04 17:46:59 -04:00
<author > Lukas Reschke</author>
<namespace > OAuth2</namespace>
<types >
<authentication />
</types>
2018-02-07 10:04:45 -05:00
<category > integration</category>
<bugs > https://github.com/nextcloud/server/issues</bugs>
2017-05-22 04:32:05 -04:00
<dependencies >
2024-08-14 04:03:30 -04:00
<nextcloud min-version= "31" max-version= "31" />
2017-05-22 04:32:05 -04:00
</dependencies>
2017-05-04 17:46:59 -04:00
2023-08-29 05:57:00 -04:00
<background-jobs >
<job > OCA\OAuth2\BackgroundJob\CleanupExpiredAuthorizationCode</job>
</background-jobs>
2018-05-16 04:35:18 -04:00
<repair-steps >
<post-migration >
<step > OCA\OAuth2\Migration\SetTokenExpiration</step>
</post-migration>
</repair-steps>
2017-05-04 17:46:59 -04:00
<settings >
<admin > OCA\OAuth2\Settings\Admin</admin>
</settings>
</info>