You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info.xml 1022B

12345678910111213141516171819202122232425262728293031
  1. <?xml version="1.0"?>
  2. <info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
  4. <id>oauth2</id>
  5. <name>OAuth 2.0</name>
  6. <summary>Allows OAuth2 compatible authentication from other web applications.</summary>
  7. <description>The OAuth2 app allows administrators to configure the built-in authentication workflow to also allow OAuth2 compatible authentication from other web applications.</description>
  8. <version>1.13.0</version>
  9. <licence>agpl</licence>
  10. <author>Lukas Reschke</author>
  11. <namespace>OAuth2</namespace>
  12. <types>
  13. <authentication/>
  14. </types>
  15. <category>integration</category>
  16. <bugs>https://github.com/nextcloud/server/issues</bugs>
  17. <dependencies>
  18. <nextcloud min-version="25" max-version="25"/>
  19. </dependencies>
  20. <repair-steps>
  21. <post-migration>
  22. <step>OCA\OAuth2\Migration\SetTokenExpiration</step>
  23. </post-migration>
  24. </repair-steps>
  25. <settings>
  26. <admin>OCA\OAuth2\Settings\Admin</admin>
  27. </settings>
  28. </info>