AnthonyDeroche / mod_authnz_jwt

An authentication module for Apache httpd using JSON Web Tokens
Other
79 stars 46 forks source link

Signature check #16

Closed kupka closed 6 years ago

kupka commented 6 years ago

Added a check to verify that the signature algorithm in the token is the same as specified in the configuration.

kupka commented 6 years ago

Need to reorder code so it doesn't break test sequence.