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 | 2 | 1587 | October 14, 2022 | |
| Auth0 to protect API's using access tokens with go lang | 4 | 526 | January 9, 2024 | |
| Token authorization using go backend | 0 | 122 | June 27, 2024 | |
| Auth0 JWT Access token Validation in Go API | 3 | 1831 | March 1, 2024 | |
| Using Auth0 JWT validation middleware to validate access tokens issued by third-party auth providers | 0 | 1015 | August 29, 2023 |