Grpc integration with auth0 token validation in golang

I just went through the old package of token validation (github.com/auth0-community/go-auth0 v1.0.1-0.20191119) it have a method known as validator.ValidateToken(parsedToken) but for the new version of the pkg its deprecated. Any alternative ways to validate the token without receiving it from http endpints and only to receive the token from a grpc request.

Hey there!

As you mentioned this repo is no longer available. Here’s our current go repo: