AnthonyDeroche / mod_authnz_jwt

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

Fixes potential memory leak if create_token() fails. #55

Closed jbloggz closed 3 years ago

jbloggz commented 3 years ago

the token wasn't being free'd when there was an error