python-jose icon indicating copy to clipboard operation
python-jose copied to clipboard

Register new algorithms

Open GoodiesHQ opened this issue 4 years ago • 0 comments

PyJWT had the ability to register new Algorithms. I highly recommend that this be added as I would like to add additional algorithms. One primary example is implementing BLAKE2 which typically has its own implementation that doesn't traditionally use the python HMAC API as blake2 implementations has its own MAC properties.

GoodiesHQ avatar Apr 14 '21 04:04 GoodiesHQ