AnthonyDeroche / mod_authnz_jwt

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

Updates AuthJWTExpDelay to allow restrictions to specific users #54

Open jbloggz opened 3 years ago

jbloggz commented 3 years ago

This change updates the AuthJWTExpDelay to allow an optional list of users before the delay, which will only apply that delay to the specified users. This will allow you to have much finer control over the TTL for tokens. For example, you may want to have a short TTL for most tokens, but a specific user needs a much longer TTL (or vice versa).