Skip to content
Snippets Groups Projects
Unverified Commit 5e6b8aef authored by Eric Parsons's avatar Eric Parsons Committed by GitHub
Browse files

Minor readme refinements

parent e4a1e418
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ The root path of the API will be: https://\<hostname\>\<forum path\>/app.php/re
NOTE: Due to PhpBB's cookie based auth, you will need to handle cookies passed to and returned by the api. You shouldn't directly store these. Your client should act as a proxy for these cookies. I recommend looking at the example client and reusing the code if you are working with PHP on the client side.
#### Logging in
### Logging in
**Request**
......@@ -60,7 +60,7 @@ Parameters | Current cookies and the following form parameters in the POST body:
**Response**
401 status code on auth failure, otherwise user data json for logged in user. (See current user API)
401 status code on auth failure, otherwise user data json for logged in user. (See [current user API](#current-user))
### Logging out
......@@ -74,7 +74,7 @@ parameters | Current cookies
**Response**
User data json for anonymous user. (See current user API)
User data json for anonymous user. (See [current user API](#current-user))
### Current user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment