JWT Middleware for Gin framework
Stars
3.0k
Forks
389
Watchers
3.0k
Open Issues
22
Overall repository health assessment
No package.json found
This might not be a Node.js project
357
commits
4
commits
2
commits
2
commits
2
commits
2
commits
1
commits
1
commits
1
commits
1
commits
fix: improve error handling for missing refresh token parameter (#368)
3684081View on GitHubtest: document and validate JWT leeway option across languages and tests (#366)
64cd376View on GitHubfix: enforce secure refresh token delivery and update documentation
6886b44View on GitHubrefactor: streamline refresh token extraction logic and test precedence order
b196f65View on GitHubdocs: document and enforce secure refresh token cookie behavior
1a793b2View on GitHubdocs: document development standards and automate project workflows
0b1b223View on GitHubfeat: add configurable httpOnly refresh token cookie support (#365)
df528daView on GitHubfeat: add comprehensive OAuth SSO example with Go and gin-jwt
140145eView on GitHubdocs: expand and organize authorization examples in documentation
451f6ffView on GitHubdocs: document and internationalize multi-provider JWT integration
69dc2ffView on GitHubfix: enforce RFC-compliant Bearer usage in WWW-Authenticate header (#364)
4713396View on GitHubfeat: enable standard JWT claims via PayloadFunc for RFC 7519 compliance (#363)
54137ddView on GitHub