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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Kooman <fkooman@tuxed.net>2013-03-18 13:49:48 +0400
committerFrançois Kooman <fkooman@tuxed.net>2013-03-18 13:49:48 +0400
commit4eee4fd094ed2c92f704b275a60a6d95d497c1c1 (patch)
tree3c91cb0449bf91e8b9132f32cbd6feb4d0e46082 /user_oauth
parent3cc1c17020932e514d3709ce16326058dc473e2e (diff)
update Compatibility and add Requirements
Diffstat (limited to 'user_oauth')
-rw-r--r--user_oauth/README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/user_oauth/README.md b/user_oauth/README.md
index eae550101..08b703d49 100644
--- a/user_oauth/README.md
+++ b/user_oauth/README.md
@@ -4,6 +4,10 @@ against an external authorization server. It aims at supporting both
the [php-oauth](https://github.com/fkooman/php-oauth) service and the
[Google](https://developers.google.com/accounts/docs/OAuth2Login#validatingtoken) service.
+# Requirements
+* PHP cURL extension
+* Apache (because we use `apache_request_headers()` at the moment)
+
# Installation
Install this code in the directory `user_oauth` in the `apps` directory of
your Owncloud installation.
@@ -66,4 +70,4 @@ implement OAuth 2.0 and can be used to modify the Owncloud Mobile Apps.
So far, the Owncloud Mobile Apps have not been updated to support OAuth 2.0.
# Compatibilty
-The app was tested with version 4.5.4 of Owncloud.
+The app was tested with version 5 of Owncloud.