kjdev / nginx-auth-jwt

Nginx module for the authenticate using JWT
MIT License
27 stars 17 forks source link

fix: don't import jwt-private.h #2

Closed jirutka closed 1 year ago

jirutka commented 1 year ago

It's private... and actually not needed here, except #import <jansson.h> that should be included directly.