An open API service indexing awesome lists of open source software.

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

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
````