Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
jwt
/
ruby-jwt
Public
Notifications
You must be signed in to change notification settings
Fork
377
Star
3.7k
Code
Issues
4
Pull requests
6
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Revamp error hierarchy
- #722
#722
Merged
anakinj
merged 21 commits into
jwt:main
jwt/ruby-jwt:main
from
anakinj:error-hierarchy-revamp
anakinj/ruby-jwt:error-hierarchy-revamp
Copy head branch name to clipboard
Sep 5, 2026
Conversation
Commits
21
(21)
Checks
Files changed
Merged
Revamp error hierarchy
#722
anakinj
merged 21 commits into
jwt:main
jwt/ruby-jwt:main
from
anakinj:error-hierarchy-revamp
anakinj/ruby-jwt:error-hierarchy-revamp
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
Revamp error hierarchy
anakinj
committed
deb6d43
View commit details
Copy full SHA for deb6d43
Browse repository at this point
More specific exception assertions and specific error types
anakinj
committed
de6d3fd
View commit details
Copy full SHA for de6d3fd
Browse repository at this point
Deprecation comment
anakinj
committed
e2dac62
View commit details
Copy full SHA for e2dac62
Browse repository at this point
Changelog entry
anakinj
committed
4a0c991
View commit details
Copy full SHA for 4a0c991
Browse repository at this point
React on copilot comments
anakinj
committed
5743c0e
View commit details
Copy full SHA for 5743c0e
Browse repository at this point
Make specs test what they claim they are testing
anakinj
committed
07491ef
View commit details
Copy full SHA for 07491ef
Browse repository at this point
Sharpen examples and changelog
anakinj
committed
0f9aee7
View commit details
Copy full SHA for 0f9aee7
Browse repository at this point
Assert the specific error class in HMAC specs
anakinj
committed
be10522
View commit details
Copy full SHA for be10522
Browse repository at this point
Remove EC fixture no longer used by any spec
anakinj
committed
7a8a867
View commit details
Copy full SHA for 7a8a867
Browse repository at this point
Correct changelog note on what rescue JWT::DecodeError now catches
anakinj
committed
a694655
View commit details
Copy full SHA for a694655
Browse repository at this point
Commits on Sep 3, 2026
Raise EncodeError for every signing failure
Show description for 50bb298
anakinj
committed
50bb298
View commit details
Copy full SHA for 50bb298
Browse repository at this point
Keep the claim predicates from raising on a malformed payload
Show description for ab0db89
anakinj
committed
ab0db89
View commit details
Copy full SHA for ab0db89
Browse repository at this point
Commits on Sep 5, 2026
Merge branch 'main' into error-hierarchy-revamp
anakinj
committed
ce59589
View commit details
Copy full SHA for ce59589
Browse repository at this point
Keep JWT::DecodeError as a real class and split verification key errors
Show description for f33ed78
anakinj
committed
f33ed78
View commit details
Copy full SHA for f33ed78
Browse repository at this point
Keep the error class lookup on one line
Show description for 1959028
anakinj
committed
1959028
View commit details
Copy full SHA for 1959028
Browse repository at this point
Make every unusable verification key a VerificationKeyError
Show description for a297d0d
anakinj
committed
a297d0d
View commit details
Copy full SHA for a297d0d
Browse repository at this point
Cover the verification key guards and document decoding failures
Show description for 4cd6c03
anakinj
committed
4cd6c03
View commit details
Copy full SHA for 4cd6c03
Browse repository at this point
Target the next release at 3.3.0
Show description for cd80838
anakinj
committed
cd80838
View commit details
Copy full SHA for cd80838
Browse repository at this point
Reject a public RS*/PS* signing key with a JWT error
Show description for 241070f
anakinj
committed
241070f
View commit details
Copy full SHA for 241070f
Browse repository at this point
Use the RSA public key fixture in the new sign specs
Show description for 957dc73
anakinj
committed
957dc73
View commit details
Copy full SHA for 957dc73
Browse repository at this point
Move the error hierarchy migration notes to UPGRADING.md
Show description for 318c649
anakinj
committed
318c649
View commit details
Copy full SHA for 318c649
Browse repository at this point
You can’t perform that action at this time.