From 7efae5518e19045261245000a0ed371d888feae8 Mon Sep 17 00:00:00 2001 From: Jos Poortvliet Date: Wed, 29 Jul 2020 18:50:33 +0200 Subject: [PATCH] Update index of Android lib We want to remove this link from nextcloud.com/developer as it is a bit too specific. This seems a good place to link to it instead. --- developer_manual/client_apis/android_library/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/developer_manual/client_apis/android_library/index.rst b/developer_manual/client_apis/android_library/index.rst index c084f8b0b..ca51d2e93 100644 --- a/developer_manual/client_apis/android_library/index.rst +++ b/developer_manual/client_apis/android_library/index.rst @@ -21,6 +21,10 @@ setup and process of contribution is You might want to start with doing one or two `good first issues `_ to get into the code and note our :doc:`../general/index`. +For authentication, you can use our usual login flow, and in addition (or instead +if you are OK for users to depend on our Files app) use the great +`Android SingeSignOn library `_ + Nextcloud Android library -------------------------