Skip to content

Releases: markitosgv/JWTRefreshTokenBundle

Support Doctrine's MongoDB ODM

11 Sep 15:05
Compare
Choose a tag to compare

Support Doctrine's MongoDB ODM

Allow optional extending RefreshToken class

26 Apr 07:17
Compare
Choose a tag to compare
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

31 Mar 11:11
Compare
Choose a tag to compare

Dispatch event when token is refreshed
Add User Identity Field

v0.3.2

20 Jan 13:07
Compare
Choose a tag to compare
Add public: true to gesdinet.jwtrefreshtoken (#87)

v0.3.1

19 Jan 08:06
Compare
Choose a tag to compare
Fix command compatibility with SF4 (#86)

Symfony 4 support

16 Jan 09:45
Compare
Choose a tag to compare
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

25 Jul 06:29
Compare
Choose a tag to compare

Match full variety of Content-Type

Minimal Symfony dependencies

13 Feb 10:40
Compare
Choose a tag to compare
Merge pull request #55 from fbourigault/feature-lightweight-dependencies

use minimal symfony dependencies

Compatible with Lexik > v1.7

08 Aug 16:42
Compare
Choose a tag to compare
Fix travis build increasing php memory limit

Fix travis build increasing php memory limit

Customize Entity and EntityManager

12 Apr 09:54
Compare
Choose a tag to compare
v0.1.7

Merge pull request #42 from pitpit/bugfix/doctrine.orm.entity_manager…