You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
scitokens_internal: catch matching exception type after jwt-cpp update (#125)
After updating the vendored jwt-cpp version in:
a8c5977
the exception type if a claim is not found has changed,
breaking the "no kid claim" use case.
The vendored jwt-cpp version offers a convenience function
to check whether the header claim is present, use that instead of
accessing it and catching the exception.
Co-authored-by: Derek Weitzel <djw8605@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments