We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4165397 + a3af672 commit b414539Copy full SHA for b414539
aws-node-auth0-custom-authorizers-api/frontend/app.js
@@ -56,7 +56,7 @@ document.getElementById('btn-public').addEventListener('click', () => {
56
// call public API
57
const getdata = fetch(PUBLIC_ENDPOINT, {
58
method: 'GET',
59
- cache: false,
+ cache: 'no-store',
60
});
61
62
getdata.then((response) => {
@@ -82,7 +82,7 @@ document.getElementById('btn-private').addEventListener('click', () => {
82
Authorization: `Bearer ${token}`,
83
},
84
85
86
87
88
0 commit comments