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.
5olitude
1
Hey there!
As you mentioned this repo is no longer available. Here’s our current go repo:
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| How to implement Auth0 in existing golang project | 1 | 1603 | September 29, 2022 | |
| Auth0 to protect API's using access tokens with go lang | 3 | 542 | January 9, 2024 | |
| Auth0 JWT Access token Validation in Go API | 2 | 1860 | February 16, 2024 | |
| Go server - need help to verify Auth0 token from React (frontend) and get the userId | 3 | 1711 | March 27, 2023 | |
| Full Stack Authentication | 1 | 1283 | February 6, 2023 |