Skip to content

update JWT calling conventions#13

Closed
v01dpointer wants to merge 2 commits intoudacity:masterfrom
v01dpointer:update_jwt_usage
Closed

update JWT calling conventions#13
v01dpointer wants to merge 2 commits intoudacity:masterfrom
v01dpointer:update_jwt_usage

Conversation

@v01dpointer
Copy link
Copy Markdown

@v01dpointer v01dpointer commented Jun 24, 2021

The go-jwt package has breaking api changes from v2 to v3, requiring some of the calling conventions to change.

This works using go build for me

An alternative would be to pin the jwt dependency to the particular v2 version string that was used to build this repo, if the maintainers prefer.

@13rac1
Copy link
Copy Markdown
Contributor

13rac1 commented Jun 30, 2021

Ideally this should be converted to go mod with the current Go version.

@v01dpointer
Copy link
Copy Markdown
Author

Added the module files that worked for me

(am a noob here, so ymmv)

@oldmonad
Copy link
Copy Markdown

The go-jwt package has breaking api changes from v2 to v3, requiring some of the calling conventions to change.

This works using go build for me

An alternative would be to pin the jwt dependency to the particular v2 version string that was used to build this repo, if the maintainers prefer.

Thank you!

@v01dpointer v01dpointer closed this by deleting the head repository Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants