TeslaGov / ngx-http-auth-jwt-module

Secure your NGINX locations with JWT
MIT License
308 stars 118 forks source link

replace `sizeof` with `strlen` #116

Closed JoshMcCullough closed 7 months ago

JoshMcCullough commented 7 months ago

sizeof gives back the size of the structure/type, when we really want the length of the string (strlen).