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

Added ErrorHandler and ErrorHandlerWithContext in CSRF middleware #2257

Merged
merged 5 commits into from Sep 1, 2022
Merged

Added ErrorHandler and ErrorHandlerWithContext in CSRF middleware #2257

merged 5 commits into from Sep 1, 2022

Commits on Aug 31, 2022

  1. feat: add error handlers to csrf middleware

    Mojtaba Arezoomand committed Aug 31, 2022
    Copy the full SHA
    c7079da View commit details
    Browse the repository at this point in the history
  2. fix: return errors if there is errors in csrf middleware

    Mojtaba Arezoomand committed Aug 31, 2022
    Copy the full SHA
    ea3161f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. fix: remove ErrorHanlderWithContext

    Mojtaba Arezoomand committed Sep 1, 2022
    Copy the full SHA
    ecc6c1e View commit details
    Browse the repository at this point in the history
  2. fix: remove unmarshaling in csrf tests

    Mojtaba Arezoomand committed Sep 1, 2022
    Copy the full SHA
    bf9249e View commit details
    Browse the repository at this point in the history
  3. style: add comments for CSRF error handler type

    Mojtaba Arezoomand committed Sep 1, 2022
    Copy the full SHA
    fc8a542 View commit details
    Browse the repository at this point in the history