@@ -101,6 +101,9 @@ |
||
101 | 101 | } |
102 | 102 | } |
103 | 103 | |
104 | + /** |
|
105 | + * @return string |
|
106 | + */ |
|
104 | 107 | protected function getTokenFromRequest(ServerRequestInterface $request): ?string |
105 | 108 | { |
106 | 109 | return $request->hasHeader('Authorization') |