gitextract_afge8016/ ├── .editorconfig ├── .gitattributes ├── .github/ │ └── workflows/ │ └── ci.yml ├── .gitignore ├── LICENSE.txt ├── README.md ├── composer.json ├── phpstan.neon ├── phpunit.xml.dist ├── psalm.xml ├── src/ │ └── Auth/ │ └── JwtAuthenticate.php └── tests/ ├── Fixture/ │ ├── GroupsFixture.php │ └── UsersFixture.php ├── TestCase/ │ └── Auth/ │ └── JwtAuthenticateTest.php └── bootstrap.php