forked from abramhindle/CMPUT404-project-socialdistribution
-
Notifications
You must be signed in to change notification settings - Fork 1
Login
Fraser Redford edited this page Mar 29, 2021
·
10 revisions
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.
- POST: :
author_login
Will handle a login request from a user
{username:password}
- On login and if a user is authorized
200 OKis returned - If unauthorized
403 FORBIDDENis returned