Skip to content

Commit

Permalink
Merge pull request #496 from mozilla-iam/IAM-1269
Browse files Browse the repository at this point in the history
IAM-1269 JWT 500 errors
  • Loading branch information
frosemond committed Apr 16, 2024
2 parents 03f6f91 + 7a9a795 commit 9ff613c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/oidc_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import traceback
from josepy.jwk import JWK
from josepy.jws import JWS
from josepy.error import JWSErrors
import josepy.errors as JWSErrors

"""Class that governs all authentication with open id connect."""
from flask_pyoidc import OIDCAuthentication
Expand Down

0 comments on commit 9ff613c

Please sign in to comment.