auth0 / nginx-jwt

Lua script for Nginx that performs reverse proxy auth using JWT's
MIT License
535 stars 119 forks source link

Release tarball is not gzipped (as opposed to file extension) #51

Open jgehrcke opened 8 years ago

jgehrcke commented 8 years ago

https://github.com/auth0/nginx-jwt/releases/download/v1.0.1/nginx-jwt.tar.gz

$ tar xzf nginx-jwt.tar.gz 

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
$ file nginx-jwt.tar.gz 
nginx-jwt.tar.gz: POSIX tar archive

This works:

$ tar xf nginx-jwt.tar.gz
cecton commented 8 years ago

+1

I have also noticed the problem.

daattali commented 8 years ago

Also getting this