Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
GitHub Copilot
Write better code with AI
GitHub Spark
New
Build and deploy intelligent apps
GitHub Models
New
Manage and compare prompts
GitHub Advanced Security
Find and fix vulnerabilities
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Discussions
Collaborate outside of code
Code Search
Find more, search less
Explore
Why GitHub
Documentation
GitHub Skills
Blog
Integrations
GitHub Marketplace
MCP Registry
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
Topics
AI
DevOps
Security
Software Development
View all
Explore
Learning Pathways
Events & Webinars
Ebooks & Whitepapers
Customer Stories
Partners
Executive Insights
Open Source
GitHub Sponsors
Fund open source developers
The ReadME Project
GitHub community articles
Repositories
Topics
Trending
Collections
Enterprise
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
firebase
/
php-jwt
Public
forked from
luciferous/jwt
Notifications
You must be signed in to change notification settings
Fork
1.3k
Star
9.7k
Code
Issues
23
Pull requests
10
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 5, 2025
chore: update release-please secret (#608)
bshaffer
authored
a3edb39
Copy full SHA for a3edb39
Commits on Aug 19, 2025
feat: store timestamp in `ExpiredException` (#604)
cosmastech
authored
f174826
Copy full SHA for f174826
Commits on Aug 7, 2025
feat: add SensitiveParameter attribute to security-critical parameters (#603)
meihei3
authored
4dbfac0
Copy full SHA for 4dbfac0
chore: move release please from app to github action (#606)
bshaffer
authored
223d1b3
Copy full SHA for 223d1b3
Commits on Apr 16, 2025
fix: validate iat and nbf on payload (#568)
christiandavilakoobin
authored
953b2c8
Copy full SHA for 953b2c8
Commits on Apr 9, 2025
fix: use DateTime::ATOM instead of ISO8601 in exception message
ennorehling
authored
43d70ae
Copy full SHA for 43d70ae
chore(main): release 6.11.1 (#597)
release-please[bot]
authored
d1e91ec
Copy full SHA for d1e91ec
fix: update error text for consistency (#528)
fredden
authored
c11113a
Copy full SHA for c11113a
docs: fix examples in README.md (#569)
SySafarila
authored
27179e1
Copy full SHA for 27179e1
Commits on Jan 23, 2025
chore(main): release 6.11.0 (#586)
release-please[bot]
authored
8f718f4
Copy full SHA for 8f718f4
feat: support octet typed JWK (#587)
apiwat-chantawibul
authored
7cb8a26
Copy full SHA for 7cb8a26
docs: fix example to avoid fatal error (#590)
robocoder
authored
d9a140a
Copy full SHA for d9a140a
Commits on Nov 24, 2024
fix: refactor constructor Key to use PHP 8.0 syntax (#577)
Show description for 29fa2ce
mark-burns-0
and
bshaffer
authored
29fa2ce
Copy full SHA for 29fa2ce
chore(main): release 6.10.2 (#585)
release-please[bot]
authored
30c19ed
Copy full SHA for 30c19ed
chore: fix phpstan (#584)
bshaffer
authored
c2b54c2
Copy full SHA for c2b54c2
fix: support php 8.4 (#583)
ruudk
authored
e3d68b0
Copy full SHA for e3d68b0
Commits on Aug 7, 2024
chore: Prepare towards PHP8.4 compatibility (#572)
sbuerk
authored
76808fa
Copy full SHA for 76808fa
chore: add test for parseKey (#565)
bshaffer
authored
d4495ba
Copy full SHA for d4495ba
Commits on May 18, 2024
chore(main): release 6.10.1 (#551)
release-please[bot]
authored
500501c
Copy full SHA for 500501c
fix: ensure ratelimit expiry is set every time (#556)
bshaffer
authored
09cb208
Copy full SHA for 09cb208
Commits on May 17, 2024
chore: drop support for PHP 7.4 (#558)
bshaffer
authored
4bdb0a6
Copy full SHA for 4bdb0a6
Commits on Mar 15, 2024
chore: remove jwt incorrect key warning (#560)
vishwarajanand
authored
e9690f5
Copy full SHA for e9690f5
Commits on Dec 21, 2023
chore: add php 8.3 to ci (#548)
bshaffer
authored
1b9e871
Copy full SHA for 1b9e871
Commits on Dec 19, 2023
fix: fix ratelimit cache expiration (#550)
bshaffer
authored
dda7250
Copy full SHA for dda7250
Commits on Dec 1, 2023
chore(main): release 6.10.0 (#547)
release-please[bot]
authored
a49db6f
Copy full SHA for a49db6f
Commits on Nov 28, 2023
feat: allow typ header override (#546)
bshaffer
authored
79cb30b
Copy full SHA for 79cb30b
Commits on Oct 5, 2023
chore(main): release 6.9.0 (#537)
release-please[bot]
authored
f03270e
Copy full SHA for f03270e
Commits on Oct 4, 2023
feat: add payload to jwt exception (#521)
bshaffer
authored
175edf9
Copy full SHA for 175edf9
Commits on Jul 14, 2023
chore(main): release 6.8.1 (#524)
release-please[bot]
authored
5dbc895
Copy full SHA for 5dbc895
chore: better BeforeValidException message for decode (#526)
vishwarajanand
authored
0a53cf2
Copy full SHA for 0a53cf2
Commits on Jun 30, 2023
chore: add tests for latest fixes (#512)
bshaffer
authored
299105a
Copy full SHA for 299105a
Commits on Jun 28, 2023
fix: accept float claims but round down to ignore them (#492)
croensch
authored
3936842
Copy full SHA for 3936842
Commits on Jun 20, 2023
chore(main): release 6.8.0 (#519)
release-please[bot]
authored
48b0210
Copy full SHA for 48b0210
Commits on Jun 14, 2023
feat: add support for P-384 curve (#515)
lleyton
authored
5de4323
Copy full SHA for 5de4323
chore(tests): remove unused variable
bshaffer
authored
15d579a
Copy full SHA for 15d579a
Pagination
Previous
Next
You can’t perform that action at this time.