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

JWT, KeyAuth, CSRF multivalue extractors #2060

Merged
merged 4 commits into from Jan 24, 2022

Commits on Jan 3, 2022

  1. Copy the full SHA
    c0fdaa2 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Add flag to JWT and KeyAuth middleware to allow continuing execution …

    …`next(c)` when error handler decides to swallow the error (returns nil).
    aldas committed Jan 4, 2022
    Copy the full SHA
    c4bf656 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Copy the full SHA
    db86f12 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Rename NoErrorContinuesExecution to ContinueOnIgnoredError, improve d…

    …ocs, add additional tests
    aldas committed Jan 10, 2022
    Copy the full SHA
    c3edf89 View commit details
    Browse the repository at this point in the history