Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rohe/pyjwkest
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed Nov 25, 2015
2 parents a73e17b + b44913d commit 5e513cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jwkest/jws.py
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ def alg_keys(self, keys, use, protected=None):
if keys:
key = keys[0]
if key.kid:
xargs = {"kid": key.kid}
xargs["kid"] = key.kid
elif not _alg or _alg.lower() == "none":
key = None
else:
Expand Down

0 comments on commit 5e513cf

Please sign in to comment.