kelvinmo/simplejwt

Respect key_ops parameter

kelvinmo opened this issue · 0 comments

Currently SimpleJWT ignores any stored key_ops parameter when selecting keys from a KeySet. This should be respected, particularly for operations which are not included in the key_ops parameter.