PHP JWT library https://docs.railgun.sh/jwt
Find a file
2025-05-14 23:43:00 +02:00
dev More tests and more fixes in accordance with them. 2025-05-14 23:43:00 +02:00
src More tests and more fixes in accordance with them. 2025-05-14 23:43:00 +02:00
tests More tests and more fixes in accordance with them. 2025-05-14 23:43:00 +02:00
tools Reimport tag creation script. 2025-05-13 19:49:28 +02: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 First bunch of unit tests and resulting fixes. 2025-05-14 13:58:52 +02:00
composer.lock First bunch of unit tests and resulting fixes. 2025-05-14 13:58:52 +02:00
LICENCE Initial conversion from Misuzu. 2025-05-08 22:05:29 +02:00
Makefile More tests and more fixes in accordance with them. 2025-05-14 23:43:00 +02:00
phpdoc.xml Added phpDocumentor config. 2025-05-12 15:14:17 +02:00
phpstan.neon First bunch of unit tests and resulting fixes. 2025-05-14 13:58:52 +02:00
phpunit.xml First bunch of unit tests and resulting fixes. 2025-05-14 13:58:52 +02:00
polyfill.php Revamped static Jwt class. 2025-05-13 17:44:49 +02:00
README.md Removed support for PHP versions older than 7.2 to add PSR-7 dependency. 2025-05-12 14:56:01 +02:00
VERSION More tests and more fixes in accordance with them. 2025-05-14 23:43:00 +02: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...