AnthonyDeroche / mod_authnz_jwt

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

Support base64 encoded signature shared secret #9

Closed JesseEstum closed 7 years ago

JesseEstum commented 7 years ago

Binary cryptographic keys are typically encoded in Base64. This change allows the httpd.conf value for AuthJWTSignatureSharedSecret to be a Base64 encoded string instead of requiring a binary string.

AnthonyDeroche commented 7 years ago

Hi, Your feature is interesting. Could you make a new pull request on master branch and not on development please ? Thanks