AnthonyDeroche / mod_authnz_jwt

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

Add config option to use a custom token name #51

Closed jbloggz closed 3 years ago

jbloggz commented 3 years ago

Added the "AuthJWTTokenName" config option to allow users to change the name of the cookie returned via JSON delivery (similarly to how you can change the cookie name with the "AuthJWTCookieName" option).