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

feat: use of conventient errors for sec errors as well. Also fixed recordErr. #1033

Merged
merged 2 commits into from
Sep 10, 2023

Commits on Sep 9, 2023

  1. feat(error): security convenient errors

    Use convenient errors inside security handlers as well.
    This way we can format security responses without modifying error
    handler.
    alesbrelih committed Sep 9, 2023
    Configuration menu
    Copy the full SHA
    c1593af View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. fix: recordErr usage with convenient errors

    Using convenient errors recordErr was called everytime. It shouldn't be
    run for non 500 status codes.
    alesbrelih committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    9088f91 View commit details
    Browse the repository at this point in the history