Releases: markitosgv/JWTRefreshTokenBundle
Releases · markitosgv/JWTRefreshTokenBundle
Fix BC ORM manager type
Fix BC ORM manager type
Support Doctrine's MongoDB ODM
Support Doctrine's MongoDB ODM
Allow optional extending RefreshToken class
Allow optional extending RefreshToken class (#96) * Create AbstractRefreshToken - mapped as MappedSuperClass * Adjust the example of custom entity * Code standards adjustments * Use Symfony interfaces instead of Lexik bundle classes * Generate Doctrine mapping depending on RefreshToken class override * PHP 5.3 compatibility fix * Code style fixes * Implemented StyleCI suggestions
v0.3.3
Dispatch event when token is refreshed
Add User Identity Field
v0.3.2
Add public: true to gesdinet.jwtrefreshtoken (#87)
v0.3.1
Fix command compatibility with SF4 (#86)
Symfony 4 support
Compatibility with Symfony4.0 & 7.2 (#84) * Comptibility with sf4 * Limit tests to PHP7.2 and SF3.4 * Replace PHP7.2 by 7.0 * Tests passes with sf4 and PHP7.2 * Update README and add 3.3 to travis * Fix composer with minimum symfony compatibility * Remove symfony/symfony * Add PHP5.5 & 5.6 in tests for SF3.3 & 3.4 * Remove PHP5 because PHPSpec4 only support PHP7 * Fix StyleCI
Match full variety of Content-Type
Match full variety of Content-Type
Minimal Symfony dependencies
Merge pull request #55 from fbourigault/feature-lightweight-dependencies use minimal symfony dependencies
Compatible with Lexik > v1.7
Fix travis build increasing php memory limit Fix travis build increasing php memory limit