go-chi / jwtauth

JWT authentication middleware for Go HTTP services
MIT License
541 stars 91 forks source link

Add TokenFromRequest helper function #53

Closed kunalpowar closed 2 months ago

kunalpowar commented 3 years ago

TokenFromRequest will use TokenFromHeader and TokenFromQuery in the same order to get jwt token from a request.