IdentityPython / JWTConnect-Python-CryptoJWT

An implementation of RFC 7515-18 using Cryptography
Apache License 2.0
13 stars 16 forks source link

Setting only public_path in init_key_jar fails #36

Closed angelakis closed 4 years ago

angelakis commented 4 years ago

It tries to write in private_path which is None.

https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/6f8dbb1e0003a247f791dad46ff4e2a2ec661167/src/cryptojwt/key_jar.py#L841

rohe commented 4 years ago

Cut and paste error.

rohe commented 4 years ago

Pushed a fix.