golang-jwt / jwt

Go implementation of JSON Web Tokens (JWT).
https://golang-jwt.github.io/jwt/
MIT License
6.9k stars 334 forks source link

Version v5 not found #397

Closed RichGski closed 1 week ago

RichGski commented 1 month ago

I may be doing something wrong, but github.com/golang-jwt/jwt/v5 does not exist. I get a 404 error.

mfridman commented 1 month ago

It should be available. https://pkg.go.dev/github.com/golang-jwt/jwt/v5

go get github.com/golang-jwt/jwt/v5@latest

Can you provide a reproducible example?

RichGski commented 1 month ago

[image: image.png]

On Mon, Jul 8, 2024 at 9:51 AM Michael Fridman @.***> wrote:

It should be available. https://pkg.go.dev/github.com/golang-jwt/jwt/v5

go get @.***

Can you provide a reproducible example?

— Reply to this email directly, view it on GitHub https://github.com/golang-jwt/jwt/issues/397#issuecomment-2214683510, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANSN767STE5EE6YNCMR5J3ZLK7SBAVCNFSM6AAAAABKREFTMSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJUGY4DGNJRGA . You are receiving this because you authored the thread.Message ID: @.***>

mfridman commented 1 week ago

I'm afraid the image is not displaying. Going to close the issue, but feel free to re-open if there's a bit more details on the issue and/or set of commands you're running.