Releases: markitosgv/JWTRefreshTokenBundle
Releases · markitosgv/JWTRefreshTokenBundle
Partitioned cookie support
feat: add support for partitioned cookies (#368) * feat: add partitioned cookie configuration option * docs: add mention of 'partitioned' option in README * fix: throw LogicException when partitioned option is used in Symfony < 6.4 * style: add trailing comma to Cookie instantiation
Fix issues with symfony 7 release
Fix issues with symfony 7 release
Symfony 7 Support
Support Symfony 7 (#365) * Support Symfony 7 * Fix Symfony 7 compatibility
v1.1.3: Apply fixes from StyleCI (#362)
Co-authored-by: StyleCI Bot <[email protected]>
v1.1.2
attributes on RefreshToken entity (#357)
v1.1.1
Update example objects to keep default table name (#313)
[B/C Break] Change the object mappings to mapped superclasses
[B/C Break] Change the object mappings to mapped superclasses
allow symfony/deprecation-contracts 3.0
v1.0.1 support symfony/deprecation-contracts for sf 6.0 (#298)
v1.0.0 Stable release with Symfony 6 support
Stable release with Symfony 6 support
What's Changed
- CI updates and bump minimum supported versions by @mbabker in #245
- Switch to GitHub Actions by @mbabker in #249
- Refactor the data model, Doctrine, and validation structures by @mbabker in #247
- New authenticator for the newer Symfony authenticator API by @mbabker in #246
- Fix deprecation versions by @mbabker in #250
- Use PHPUnit for command and DI tests by @mbabker in #252
- Added specialized exceptions by @Igorut in #239
- Restore accidentally removed Doctrine configs by @mbabker in #254
- Introduce a factory service for generating RefreshTokenInterface objects by @mbabker in #251
- Create a request extractor API to replace the static method for extracting the refresh token from the request by @mbabker in #256
- Bump minimum PHP to 7.4 by @mbabker in #257
- Test improvements by @mbabker in #258
- Add missing type docs and typehints by @mbabker in #259
- Require refresh token models to be Stringable by @mbabker in #266
- Add various fixes from PHPStan analysis by @mbabker in #265
- Add a gitattributes and optimize gitignore by @mbabker in #264
- Don't use deprecated base RefreshTokenManager class by @mbabker in #263
- Don't mark extractor services as public by @mbabker in #262
- Docs updates by @mbabker in #268
- Fix DI error by @Jayfrown in #267
- Repository interface by @mbabker in #269
- Update required PHP version in README by @marmichalski in #272
- Start testing on PHP 8.1 by @mbabker in #278
- Bump minimum PHPUnit version by @mbabker in #276
- Support setting refresh token in cookie by @Jayfrown in #274
- Apply fixes from StyleCI by @markitosgv in #283
- Updates based on Symfony 5.4 Security component deprecations by @mbabker in #271
- Move service deprecations into config file by @mbabker in #277
- Convert phpspec tests to phpunit tests by @webignition in #293
- Drop support for Symfony 3.4 and 5.3, add support for Symfony 6, drop MongoDB ODM 1.x by @mbabker in #284
- Apply fixes from StyleCI by @markitosgv in #295
New Contributors
- @Igorut made their first contribution in #239
- @Jayfrown made their first contribution in #267
- @marmichalski made their first contribution in #272
- @webignition made their first contribution in #293
Full Changelog: v0.12.0...v1.0.0
v1.0.0-beta4: Repository interface (#269)
* RefreshTokenRepositoryInterface * Sync with latest bundle changes * CS fix Co-authored-by: Piotr Kreft <[email protected]>