infobloxopen / atlas-app-toolkit

This repository provides common Go utilities and helpers that are reusable from project-to-project. The goal is to prevent code duplication by encouraging teams to use and contribute to toolkit libraries. The toolkit is not a framework. Rather, it is a set of (mostly gRPC-related) plugins and helpers.
Apache License 2.0
99 stars 116 forks source link

Replace github.com/dgrijalva/jwt-go with github.com/golang-jwt/jwt #292

Closed danhruby closed 10 months ago

danhruby commented 3 years ago

Closes https://github.com/infobloxopen/atlas-app-toolkit/issues/291

rchowinfoblox commented 2 years ago

This PR is obsolete, replaced by https://github.com/infobloxopen/atlas-app-toolkit/pull/318 which replaces with version 4: github.com/golang-jwt/jwt/v4