develop-me / bagajob

Job Hunting Management App built by Develop Me students for Develop Me students.
https://bagajob.developme.space
GNU Affero General Public License v3.0
1 stars 2 forks source link

Login - Bearer Token #44

Closed kierancott closed 3 years ago

kierancott commented 4 years ago

Error: 401 Unauthorised

Issue: API cannot validate user because no access_token was sent

93353366-da5acf80-f809-11ea-8ce1-25bab6bff82a

Action: Access (bearer) token access_token needs to be stored and included in requests sent to the API.

kierancott commented 4 years ago

Issue closed in error.

kierancott commented 4 years ago

Resolved

Action:

Bearer token has been added to the header of the request.

Result:

200 - OK: API now approves access and loads main page with code 200.

Screenshot 2020-09-18 at 17 57 40