mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-15 23:53:07 -05:00
This fixes the test in the previous commit and means we will catch other unexpected jwt errors which are now raised as `TokenError`s and raise an AuthError based on this. This will stop us serving 5xx to users when we don't catch an exception. Also runs make freeze-requirements