AnthonyDeroche / mod_authnz_jwt

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

Unpacking properties from token #71

Open pyth opened 1 year ago

pyth commented 1 year ago

These changes set environment variables with a "JWT_" prefix and modify the headers of the request to set cookies based on the contents of the token. This allows for easier access to the token's payload, e.g. from a script.