Actually it's only /register that discovers flows by empty POST; /login uses GET
This commit is contained in:
parent
55a9d0b067
commit
4f5ae82be9
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ information in the form of the ``params`` object, and that a sequence of
|
||||||
multiple calls may be statefully chained together by the ``session`` parameter.
|
multiple calls may be statefully chained together by the ``session`` parameter.
|
||||||
|
|
||||||
Additionally, whereas in ``v1`` the client can perform a ``GET`` request to
|
Additionally, whereas in ``v1`` the client can perform a ``GET`` request to
|
||||||
discover the list of supported flows, in ``r0`` this is done by sending a
|
discover the list of supported flows for ``/register``, in ``r0`` this is done
|
||||||
``POST`` request with an empty data body.
|
by sending a ``POST`` request with an empty data body. The ``/login`` endpoint
|
||||||
|
continues to use the ``GET`` method as before.
|
||||||
|
|
||||||
Deprecated Endpoints
|
Deprecated Endpoints
|
||||||
====================
|
====================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue