https://github.com/w3tecch/go-auth0-middleware
Golang middleware to verify the auth0 token with the endpoint /tokeninfo
https://github.com/w3tecch/go-auth0-middleware
Last synced: about 2 months ago
JSON representation
Golang middleware to verify the auth0 token with the endpoint /tokeninfo
- Host: GitHub
- URL: https://github.com/w3tecch/go-auth0-middleware
- Owner: w3tecch
- License: other
- Created: 2017-08-29T14:57:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-01T05:40:34.000Z (over 7 years ago)
- Last Synced: 2025-01-13T12:22:15.220Z (3 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auth0 Middleware
This middleware calls `/tokeninfo` of auth0 to verify the token.
## Installing
````bash
go get github.com/w3tec/go-auth0-middleware
````