Skip to content

Commit

Permalink
Use Bearer for authentication token (#281)
Browse files Browse the repository at this point in the history
  • Loading branch information
housekelly committed Jul 9, 2023
1 parent 0f20955 commit 2b9635c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/lib/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export async function getHeaders() {

return {
/* eslint-disable quote-props */
'Authorization': `token ${token}`,
'Authorization': `Bearer ${token}`,
'If-Modified-Since': ''
/* eslint-enable quote-props */
};
Expand Down

0 comments on commit 2b9635c

Please sign in to comment.