lgrosz / mod_authn_jwt

A JWT authentication module for Lighttpd.
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Aggregate configuration options in a single `opts` key #8

Closed lgrosz closed 5 months ago

lgrosz commented 5 months ago

Currently, configuration options are separated into different keys. This allows for configuring related parts of the authorization in different places. It makes more sense to keep these options together. A single opts key would allow for this.

lgrosz commented 5 months ago