Skip to content

Commit d7f474b

Browse files
committed
[FEATURE] Allow operations with basic HTTP authentication (#153)
Operations can now be authenticated with basic HTTP authentication as an alternative to bearer tokens. (cherry picked from commit 642f1fb)
1 parent 9708c17 commit d7f474b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Router/HttpRequestRouter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class HttpRequestRouter
3434
* Route the request to correct handler.
3535
*
3636
* @return ResponseInterface
37-
* @throws \Throwable
37+
* @throws UnauthorizedAccessException if the user can't be authenticated.
3838
*/
3939
public static function route(ServerRequestInterface $request): ResponseInterface
4040
{

0 commit comments

Comments
 (0)