Skip to content

Releases: markitosgv/JWTRefreshTokenBundle

Partitioned cookie support

10 Jan 19:41
83d687c
Compare
Choose a tag to compare
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

26 Dec 15:20
9cc564b
Compare
Choose a tag to compare

Fix issues with symfony 7 release

Symfony 7 Support

11 Nov 08:09
58cb94c
Compare
Choose a tag to compare
Support Symfony 7 (#365)

* Support Symfony 7

* Fix Symfony 7 compatibility

v1.1.3: Apply fixes from StyleCI (#362)

01 Jul 08:23
71ec44c
Compare
Choose a tag to compare
Co-authored-by: StyleCI Bot <bot@styleci.io>

v1.1.2

28 Jun 13:00
a74722e
Compare
Choose a tag to compare
attributes on RefreshToken entity (#357)

v1.1.1

11 Apr 14:46
8970ae1
Compare
Choose a tag to compare
Update example objects to keep default table name (#313)

[B/C Break] Change the object mappings to mapped superclasses

11 Apr 09:58
b59393b
Compare
Choose a tag to compare

[B/C Break] Change the object mappings to mapped superclasses

allow symfony/deprecation-contracts 3.0

25 Jan 11:33
1167006
Compare
Choose a tag to compare
v1.0.1

support symfony/deprecation-contracts for sf 6.0 (#298)

v1.0.0 Stable release with Symfony 6 support

15 Jan 07:56
e963f73
Compare
Choose a tag to compare

Stable release with Symfony 6 support

What's Changed

New Contributors

Full Changelog: v0.12.0...v1.0.0

v1.0.0-beta4: Repository interface (#269)

29 Jul 06:31
503c69d
Compare
Choose a tag to compare
* RefreshTokenRepositoryInterface

* Sync with latest bundle changes

* CS fix

Co-authored-by: Piotr Kreft <kreftpiotrek@gmail.com>