Skip to content

Commit

Permalink
Merge pull request #129 from IdentityPython/revert-125-remove-rsa15
Browse files Browse the repository at this point in the history
Revert "chore: removed RSA1_5 as default enc alg"
  • Loading branch information
jschlyter authored Jun 22, 2022
2 parents b5f389f + 2beb1f8 commit 648430c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cryptojwt/jwt.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def __init__(
sign=True,
sign_alg="RS256",
encrypt=False,
enc_enc="A128GCM",
enc_alg="RSA-OAEP-256",
enc_enc="A128CBC-HS256",
enc_alg="RSA1_5",
msg_cls=None,
iss2msg_cls=None,
skew=15,
Expand Down

0 comments on commit 648430c

Please sign in to comment.