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