AnthonyDeroche / mod_authnz_jwt

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

exp and user claims fixed to be optional #40

Closed nikosft closed 4 years ago

nikosft commented 4 years ago

A fix related to issue #39 With this fix exp and user claims are optional (as defined by JWT RFC).

nikosft commented 4 years ago

The corresponding test has to be fixed as well.

AnthonyDeroche commented 4 years ago

Hey, thanks for the contribution, I have been a bit busy lately. I will review and merge your work asap. Anthony