Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix-cache-control #189

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 4, 2024

  1. feat: add cache-control header based on authorization

    Add cache-control header to the OAuthSecurityScheme GetHeaders() function based on the presence of a valid value. If a valid value is present, set the cache-control header to "private, max-age=0". Otherwise, set it to "public, max-age=3600".
    Similadayo committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    84ad8b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd53845 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5d9786 View commit details
    Browse the repository at this point in the history