travelgateX / go-jwt-tools

Golang authorization middleware for JWT tokens. JWT tools
http://www.travelgatex.com
GNU General Public License v3.0
9 stars 9 forks source link

Nil poiner when authenticating #5

Closed NicoGonMu closed 6 years ago

NicoGonMu commented 6 years ago

Testing the library since #2 and #3, I found that the execution raised a nil poiner dereference when doing authorization.

It does not happen on the preparation and addition of the middleware but on its execution.

NicoGonMu commented 6 years ago

Solved in #4.