├── JWT.php ├── LICENSE ├── Makefile ├── package.php ├── package.xml └── tests ├── Bootstrap.php ├── JWTTest.php └── phpunit.xml /JWT.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/JWT.php -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/Makefile -------------------------------------------------------------------------------- /package.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/package.php -------------------------------------------------------------------------------- /package.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/package.xml -------------------------------------------------------------------------------- /tests/Bootstrap.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/tests/Bootstrap.php -------------------------------------------------------------------------------- /tests/JWTTest.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/tests/JWTTest.php -------------------------------------------------------------------------------- /tests/phpunit.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luciferous/jwt/HEAD/tests/phpunit.xml --------------------------------------------------------------------------------