Skip to content
Snippets Groups Projects
Commit 7bae4c75 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Update core

parent e3a05838
No related branches found
No related tags found
No related merge requests found
Pipeline #209229 passed
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"ext-curl": "*", "ext-curl": "*",
"ext-gmp": "*", "ext-gmp": "*",
"ext-json": "*", "ext-json": "*",
"dbp/relay-core-bundle": "^0.1.51", "dbp/relay-core-bundle": "^0.1.62",
"guzzlehttp/guzzle": "^7.0", "guzzlehttp/guzzle": "^7.0",
"kevinrob/guzzle-cache-middleware": "^3.3 | ^4.0", "kevinrob/guzzle-cache-middleware": "^3.3 | ^4.0",
"symfony/framework-bundle": "^5.2", "symfony/framework-bundle": "^5.2",
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "bf1b5a6f9a4b40dd9a855a73345cf4f5", "content-hash": "4117dec00c6ab0dead123606e4b38bf9",
"packages": [ "packages": [
{ {
"name": "api-platform/core", "name": "api-platform/core",
...@@ -229,11 +229,11 @@ ...@@ -229,11 +229,11 @@
}, },
{ {
"name": "dbp/relay-core-bundle", "name": "dbp/relay-core-bundle",
"version": "v0.1.61", "version": "v0.1.62",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle", "url": "https://gitlab.tugraz.at/dbp/relay/dbp-relay-core-bundle",
"reference": "996fc7d43361720e3749401fd0f005ed3d97404b" "reference": "4c468456c2027305e98d59e8b8ed2a6a26fd9a32"
}, },
"require": { "require": {
"api-platform/core": "^2.6.8 <2.7.0", "api-platform/core": "^2.6.8 <2.7.0",
...@@ -297,7 +297,7 @@ ...@@ -297,7 +297,7 @@
"AGPL-3.0-or-later" "AGPL-3.0-or-later"
], ],
"description": "The core bundle of the Relay API gateway", "description": "The core bundle of the Relay API gateway",
"time": "2022-11-23T12:35:13+00:00" "time": "2022-11-29T14:54:53+00:00"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
......
...@@ -31,7 +31,7 @@ class AuthorizationDataProvider implements AuthorizationDataProviderInterface ...@@ -31,7 +31,7 @@ class AuthorizationDataProvider implements AuthorizationDataProviderInterface
return array_keys($this->attributeToScopeMap); return array_keys($this->attributeToScopeMap);
} }
public function getUserAttributes(string $userIdentifier): array public function getUserAttributes(?string $userIdentifier): array
{ {
$userScopes = $this->userSessionProvider->getScopes(); $userScopes = $this->userSessionProvider->getScopes();
$userAttributes = []; $userAttributes = [];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment