diff --git a/_posts/2023-12-15-python-jwt-database.md b/_posts/2023-12-15-python-jwt-database.md index fa8f613d..0910ebf2 100644 --- a/_posts/2023-12-15-python-jwt-database.md +++ b/_posts/2023-12-15-python-jwt-database.md @@ -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', }, };