We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4c832a commit 34c36d2Copy full SHA for 34c36d2
_example/main.go
@@ -71,6 +71,7 @@ func main() {
71
72
// Return the access token
73
w.Header().Set("Content-Type", "application/json")
74
+ w.Header().Set("Cache-Control", "no-store")
75
76
if err := json.NewEncoder(w).Encode(map[string]string{
77
"access_token": accessToken,
0 commit comments