go-json-rest icon indicating copy to clipboard operation
go-json-rest copied to clipboard

Auth0 how to

Open stefanwuthrich opened this issue 8 years ago • 1 comments

I try to find a way to use Auth0 for authorization, but i can't succeed. would be great to have a example for this

stefanwuthrich avatar Sep 21 '17 13:09 stefanwuthrich

We wrote a custom middleware (see README section) that makes use of the dgrijalva/jwt-go package to validate the JWT token sent within each request.

revett avatar Aug 17 '18 13:08 revett