Revision 1c13522f docs/pithos-api-guide.rst

b/docs/pithos-api-guide.rst
108 108
force                   Force logout current user (no value parameter)
109 109
======================  =========================
110 110

  
111
When done with logging in, the service's login URI should redirect to the URI provided with ``next``, adding ``user`` and ``token`` parameters, which contain the account and token fields respectively.
111
When done with logging in, the service's login URI should redirect to the URI provided with ``next``, adding the ``token`` parameters which contains authentication token.
112

  
113
If ``next`` request parameter is missing the call fails with BadRequest (400) response status.
112 114

  
113 115
A user management service that implements a login URI according to these conventions is Astakos (https://code.grnet.gr/projects/astakos), by GRNET.
114 116

  

Also available in: Unified diff