fixed user logout bug

This commit is contained in:
2024-10-19 22:29:49 +02:00
parent b5fc279340
commit 81ab0ccfd7
8 changed files with 97 additions and 31 deletions

46
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a29125e1001e64fb0fe09951db6e8c9f",
"content-hash": "b289f714c59ac7e099677e46f2bded84",
"packages": [
{
"name": "algolia/places",
@@ -9065,6 +9065,50 @@
"source": "https://git.drupalcode.org/project/login_tracker"
}
},
{
"name": "drupal/logout_token",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/logout_token.git",
"reference": "1.0.3"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/logout_token-1.0.3.zip",
"reference": "1.0.3",
"shasum": "d11d7c65336ce8558e98a0dfad59bc7e811f2003"
},
"require": {
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "1.0.3",
"datestamp": "1690811062",
"security-coverage": {
"status": "not-covered",
"message": "Project has not opted into security advisory coverage!"
}
}
},
"notification-url": "https://packages.drupal.org/8/downloads",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
"name": "sraseef",
"homepage": "https://www.drupal.org/user/2825415"
}
],
"description": "Provides an endpoint to retrieve the logout token during user sessions.",
"homepage": "https://www.drupal.org/project/logout_token",
"support": {
"source": "https://git.drupalcode.org/project/logout_token"
}
},
{
"name": "drupal/mailjet",
"version": "4.0.0",