Skip to content

Releases: Harborn-digital/secure-jwt-bundle

Updated Symfony version and lexik

10 Oct 12:41
e72d2fc
Compare
Choose a tag to compare

What's Changed

  • Updated Symfony and lexik, added rector by @Luc1405 in #41

New Contributors

Full Changelog: 0.2.2...0.3.0

Fix swagger ui + tests

12 Oct 12:48
6642c9b
Compare
Choose a tag to compare
Merge pull request #36 from ConnectHolland/fix-swagger-ui

Make login_check visible in swagger again

login_check is visible again in swagger

12 Oct 12:39
6642c9b
Compare
Choose a tag to compare
Pre-release
Merge pull request #36 from ConnectHolland/fix-swagger-ui

Make login_check visible in swagger again

Release existing user can be replaced in the remember_device cookie

07 Oct 12:08
5dbc3e5
Compare
Choose a tag to compare
Merge pull request #34 from ConnectHolland/replace-new-user

If a new user logs in the existing user is replaced in the remember_device cookie

Existing user can be replaced in the remember_device cookie

30 Sep 13:49
5dbc3e5
Compare
Choose a tag to compare
Merge pull request #34 from ConnectHolland/replace-new-user

If a new user logs in the existing user is replaced in the remember_device cookie

Added remember this device to skip 2fa

27 Sep 07:31
aae734c
Compare
Choose a tag to compare
Merge pull request #32 from ConnectHolland/add_configuration

add configuration options to remember device

Remove cookie upon logout

03 Aug 13:21
8aabbb0
Compare
Choose a tag to compare

Also set cookie expire date to match JWT expire date.

use samesite=none when clearing the Bearer cookie

05 Jul 06:42
73c368d
Compare
Choose a tag to compare
Merge pull request #27 from Gijsbertbas/clear-cookie

Clear cookie with samesite=none

Allow mixed values in login response payload

01 Apr 09:37
5bec271
Compare
Choose a tag to compare
Merge pull request #26 from Gijsbertbas/login-response-payload

Accept non-string values in response payload

Open source release

30 Sep 06:38
ece1155
Compare
Choose a tag to compare
Merge pull request #19 from ConnectHolland/feature/open-source-bundle

Prepare to open source bundle