├── LICENSE.txt ├── README.md ├── composer.json ├── phpstan.neon ├── phpunit.xml.dist ├── psalm.xml └── src └── Auth └── JwtAuthenticate.php /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/composer.json -------------------------------------------------------------------------------- /phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/phpstan.neon -------------------------------------------------------------------------------- /phpunit.xml.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/phpunit.xml.dist -------------------------------------------------------------------------------- /psalm.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/psalm.xml -------------------------------------------------------------------------------- /src/Auth/JwtAuthenticate.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ADmad/cakephp-jwt-auth/HEAD/src/Auth/JwtAuthenticate.php --------------------------------------------------------------------------------