Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lack of instructions how to build jwt tool #76

Closed
lggomez opened this issue Aug 3, 2021 · 4 comments
Closed

Lack of instructions how to build jwt tool #76

lggomez opened this issue Aug 3, 2021 · 4 comments
Labels
documentation Improvements or additions to documentation jwt-go: legacy

Comments

@lggomez
Copy link
Member

lggomez commented Aug 3, 2021

Migrated from dgrijalva/jwt-go#318:

greenpau commented on Mar 20, 2019

There are no instructions how to build jwt tool. Perhaps, it is worth adding something like this.

cd cmd/jwt
go build -o $GOPATH/bin/jwt
@lggomez lggomez added documentation Improvements or additions to documentation jwt-go: legacy labels Aug 3, 2021
@lggomez
Copy link
Member Author

lggomez commented Aug 3, 2021

greenpau commented on Mar 20, 2019

I also found a reference to it: https://github.com/go-swagger/go-swagger/tree/master/examples/composed-auth#prerequisites

go install github.com/dgrijalva/jwt-go/cmd/jwt

@mfridman
Copy link
Member

@lggomez Every time I look at the number of issues in this package I get a bit overwhelmed.

What's the goal of these "jwt-go: legacy" tags. Is there anything actionable here?

E.g., there is a README on how to install the package as a binary:

https://github.com/golang-jwt/jwt/tree/main/cmd/jwt

@lggomez
Copy link
Member Author

lggomez commented Aug 21, 2021

What's the goal of these "jwt-go: legacy" tags. Is there anything actionable here?

I originally migrated the issues which I wasn't sure at the time if were still actionable or not, so those which are deprecated or do not apply here/now may be closed

@mfridman
Copy link
Member

Gotcha, thanks!

I guess over the next few weeks-months we can tackle them on a case-case and get the number of issues down.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation jwt-go: legacy
Projects
None yet
Development

No branches or pull requests

2 participants