lgrosz / mod_authn_jwt

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

Support various versions of libjwt #20

Open lgrosz opened 5 months ago

lgrosz commented 5 months ago

HAVE_JWT_VALID_SET_EXP_LEEWAY, HAVE_JWT_VALID_SET_NBF_LEEWAY, and HAVE_JWT_EXCEPTION_STR can all be defined to enable use of functions introduced in different libjwt version. The libjwt version should be determined and those flags can be set.