Skip to content

Allow optional extending RefreshToken class

Compare
Choose a tag to compare
@markitosgv markitosgv released this 26 Apr 07:17
· 117 commits to master since this release
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