PHP JWT library
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-09-12 22:37:43 +00:00
src Switched to the ParagonIE constant time base64 implementation. 2026-09-12 22:37:43 +00:00
tests Breaking change: Use associative arrays instead of anonymous objects. 2026-09-12 16:55:23 +00:00
.editorconfig Initial conversion from Misuzu. 2025-05-08 22:05:29 +02:00
.gitattributes Initial conversion from Misuzu. 2025-05-08 22:05:29 +02:00
.gitignore Added phpDocumentor config. 2025-05-12 15:14:17 +02:00
composer.json Switched to the ParagonIE constant time base64 implementation. 2026-09-12 22:37:43 +00:00
composer.lock Switched to the ParagonIE constant time base64 implementation. 2026-09-12 22:37:43 +00:00
LICENCE Bumped LICENCE year. 2026-09-11 16:33:40 +00:00
phpdoc.xml Added phpDocumentor config. 2025-05-12 15:14:17 +02:00
phpstan.neon Replaced bundled polyfills with the Symfony polyfill packages. 2026-09-11 17:16:43 +00:00
phpunit.xml First bunch of unit tests and resulting fixes. 2025-05-14 13:58:52 +02:00
README.md Added links to the two seclib impls. 2026-09-12 20:07:55 +00:00

Railgun JWT

This is a JWT library that exists because I ran into issues with the more commonly used Firebase JWT library. It is very, very loosely based on it in but you'll probably not run into many familiar things.

I'll write a better readme Someday...