Skip to content

Commit

Permalink
remove auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Dec 7, 2023
1 parent b96ec5a commit 2d32298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-15-python-jwt-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ courses: { csp: {week: 17 }}
cache: 'default', // *default, no-cache, reload, force-cache, only-if-cached
credentials: 'include', // include, same-origin, omit
headers: {
'Authorization': `Bearer ${jwt}`,
// 'Authorization': `Bearer ${jwt}`,
'Content-Type': 'application/json',
},
};
Expand Down

0 comments on commit 2d32298

Please sign in to comment.