mirror of
https://github.com/nextcloud/documentation.git
synced 2026-03-27 13:38:39 +07:00
fixed typo in developer_manual
fixed typo "dekstop" to "desktop" in client_apis/LoginFlow/index.rst Signed-off-by: Andreas Weswaldi <andreas@weswaldi.at>
This commit is contained in:
committed by
backportbot-nextcloud[bot]
parent
eb60a409eb
commit
bee5be391d
@@ -115,7 +115,7 @@ If a non 200 status code is returned the client should still proceed with removi
|
||||
Login flow v2
|
||||
-------------
|
||||
|
||||
While the login flow works very nice in a lot of cases there are especially on dekstop application certain hurdles. Special proxy configuration, client side certificates and the likes can cause trouble. To solve this we have come up with a second login flow that uses the users default webbrowser to authenticate. Thus ensuring that if they can login via the web they can also login in the client.
|
||||
While the login flow works very nice in a lot of cases there are especially on desktop application certain hurdles. Special proxy configuration, client side certificates and the likes can cause trouble. To solve this we have come up with a second login flow that uses the users default webbrowser to authenticate. Thus ensuring that if they can login via the web they can also login in the client.
|
||||
|
||||
To initiate a login do an anonymous POST request
|
||||
|
||||
|
||||
Reference in New Issue
Block a user