fix(deps): update module github.com/appleboy/gin-jwt/v2 to v3#221
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update module github.com/appleboy/gin-jwt/v2 to v3#221renovate[bot] wants to merge 1 commit intomainfrom
renovate[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: api/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
82d4c67 to
73d7f93
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.10.3→v3.4.1Release Notes
appleboy/gin-jwt (github.com/appleboy/gin-jwt/v2)
v3.4.1Compare Source
Changelog
Bug fixes
3684081: fix: improve error handling for missing refresh token parameter (#368) (@appleboy)Others
64cd376: test: document and validate JWT leeway option across languages and tests (#366) (@appleboy)v3.4.0Compare Source
Changelog
Features
140145e: feat: add comprehensive OAuth SSO example with Go and gin-jwt (@appleboy)df528da: feat: add configurable httpOnly refresh token cookie support (#365) (@appleboy)Bug fixes
4713396: fix: enforce RFC-compliant Bearer usage in WWW-Authenticate header (#364) (@appleboy)6886b44: fix: enforce secure refresh token delivery and update documentation (@appleboy)Enhancements
a7f25ca: chore: ignore .env files in version control (@appleboy)Refactor
b196f65: refactor: streamline refresh token extraction logic and test precedence order (@appleboy)Documentation updates
69dc2ff: docs: document and internationalize multi-provider JWT integration (@appleboy)451f6ff: docs: expand and organize authorization examples in documentation (@appleboy)0b1b223: docs: document development standards and automate project workflows (@appleboy)1a793b2: docs: document and enforce secure refresh token cookie behavior (@appleboy)v3.3.0Compare Source
Changelog
Features
54137dd: feat: enable standard JWT claims via PayloadFunc for RFC 7519 compliance (#363) (@appleboy)Bug fixes
f19ef30: fix: resolve golangci-lint issues in examples (@appleboy)Enhancements
866b026: chore: no functional changes; prepare for future development (@appleboy)69522a5: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (@appleboy)cbf9c99: chore: update indirect Go dependencies to latest versions (@appleboy)2e75aee: chore: remove bearer.yml workflow (@appleboy)f82eeda: chore(deps): bump actions/checkout from 4 to 6 (@appleboy)c53cca0: chore(deps): upgrade quic-go to v0.57.1 (@appleboy)fb8b0ac: chore(ci): update golangci-lint to v2.6 (@appleboy)Refactor
9df0443: refactor: simplify Go expert role configuration and codebase (@appleboy)51caed9: refactor: adopt code quality standards and clarify store type exports (@appleboy)9044513: refactor: unify test credential handling with shared constants (@appleboy)Build process updates
a4d1168: ci: integrate automated Trivy security scans and status badges (@appleboy)Documentation updates
ce8634f: docs: revise and enhance GinJWTMiddleware documentation and examples (@appleboy)Others
0f282ec: test: refactor test HTTP requests for context support (@appleboy)70a3705: test: simplify Redis test setup and middleware helper signatures (@appleboy)c4ebb97: test: refactor test files to use constants for user roles and tokens (@appleboy)c9a2f81: test: standardize admin test credentials usage in authentication tests (@appleboy)9f78ed2: test: suppress staticcheck linter warnings in test assertions (@appleboy)c64228e: style: enforce double quotes in workflow YAML parameters (@appleboy)v3.2.0Compare Source
Changelog
Features
d884735: feat: enable configurable Redis TLS support throughout the codebase (#360) (@appleboy)Bug fixes
89d257c: fix: fix WWW-Authenticate header formatting and add authentication tests (#361) (@appleboy)Refactor
7f5f977: refactor: refactor codebase for readability and style consistency (@appleboy)Others
69bcf11: style: refactor codebase for improved readability and formatting (@appleboy)v3.1.0Compare Source
Changelog
Refactor
144cf55: refactor: enforce TokenStore interface compliance in refresh token stores (@appleboy)f9213e5: refactor: adopt context-aware token operations throughout codebase (#357) (@appleboy)Documentation updates
6fa781d: docs: streamline documentation by removing screenshots and auth sections (@appleboy)v3.0.0Compare Source
Changelog
Features
bb81564: feat: adopt OAuth2-style token fields in authentication responses (#347) (@appleboy)94090fe: feat: add RFC 6749 compliant refresh token flow and pluggable store (#350) (@appleboy)8c5b6d4: feat: refactor auth middleware and refresh token endpoint usage (@appleboy)c275802: feat: enhance logout endpoint with customizable responses and JWT access (#351) (@appleboy)fa21e4a: feat: refactor JWT token handling and support programmatic generation (#352) (@appleboy)daa117d: feat: integrate Redis as configurable refresh token store (#353) (@appleboy)Bug fixes
177ca98: fix: strengthen JWT claims validation and error handling (@appleboy)f2872ff: fix: refactor JWT token generation and validation logic (@appleboy)Enhancements
faba783: chore(example): go mod init (@appleboy)06ac89f: chore: update gin and indirect dependencies to latest versions (@appleboy)892b627: chore: update and clean up Go module dependencies (@appleboy)4fceb9a: chore: migrate to golang-jwt v5 and update token error handling (#348) (@appleboy)2833f70: chore: update Go version and upgrade dependencies in project (@appleboy)3e7109b: chore: update Go version and refresh project dependencies (@appleboy)8286763: chore: expand dependency support for Docker, Redis, and telemetry (@appleboy)ff4da9b: chore: migrate project dependencies to gin-jwt/v3 (@appleboy)Refactor
3bf5c41: refactor: simplify JWT middleware by removing "create" scope handling (@appleboy)de350c8: refactor: refactor codebase to use jwt.MapClaims directly (#349) (@appleboy)7504a97: refactor: strengthen handling and protection of cryptographic secrets (@appleboy)f387e9f: refactor: refactor token generation and error handling for clarity and reuse (@appleboy)3318864: refactor: refactor middleware setup and improve error handling (@appleboy)abfdc57: refactor: migrate from RefreshToken to RFC 6749-compliant RefreshHandler (@appleboy)501d370: refactor: Redis store configuration to use functional options pattern (#354) (@appleboy)3b7f88b: refactor: standardize codebase to use any instead of interface{} (@appleboy)f8fef47: refactor: refactor auth handlers to use structured token objects (@appleboy)bad9f43: refactor: unify function parameter order for context and data/error (@appleboy)163bda7: refactor: standardize middleware naming to Authorizer across the codebase (#355) (@appleboy)22ee3f8: refactor: unify token generation API naming across codebase (@appleboy)Build process updates
dfa6597: ci: refactor CI workflows and simplify JWT token header check (@appleboy)a5e5b53: ci: add Go 1.25 support to CI test matrix (@appleboy)Documentation updates
11fafdc: docs: revise and expand documentation for clarity and usability (@appleboy)841d3c6: docs: deprecate non-module usage and update related documentation (@appleboy)7617f67: docs: add multilingual support and Chinese translations to documentation (@appleboy)74a1250: docs: introduce configurable expert modes for Go development (@appleboy)d5473df: docs: update authentication screenshots in documentation (@appleboy)50dbd99: docs: drop codebeat badge from all documentation versions (@appleboy)cc702a2: docs: document and exemplify route-based authorization with Gin and JWT (#356) (@appleboy)3a24630: docs: revise and enhance documentation security guidelines (@appleboy)Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.