Skip to content
Fraser Redford edited this page Mar 29, 2021 · 10 revisions

Server Login

POST: api/auth/login

This will process a login request by a user on the server allowing them to authenticate and access content. If the user has recently registered they will be required to wait until their account has been activated by a server administrator.

Endpoints

  • POST: : author_login
    Will handle a login request from a user

Request Body

{username:password}

Response Code

  • On login and if a user is authorized 200 OK is returned
  • If unauthorized 403 FORBIDDEN is returned

Clone this wiki locally