TeslaGov / ngx-http-auth-jwt-module

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

Fix possible overflow #61

Closed eutychus closed 2 years ago

eutychus commented 3 years ago

Fix segfault when a bad Authorization header is issued (contains no "Bearer", total length < 6).

Other changes:

Resolves #40