wip
This commit is contained in:
parent
f73883151d
commit
6a584c42c0
|
|
@ -9,6 +9,11 @@ class AuthenticateConsole
|
||||||
{
|
{
|
||||||
public function __invoke(Request $request, Broadcaster $broadcaster)
|
public function __invoke(Request $request, Broadcaster $broadcaster)
|
||||||
{
|
{
|
||||||
|
/*
|
||||||
|
* Since the dashboard itself is already secured by the
|
||||||
|
* Authorize middleware, we can trust all channel
|
||||||
|
* authentication requests in here.
|
||||||
|
*/
|
||||||
return $broadcaster->validAuthenticationResponse($request, []);
|
return $broadcaster->validAuthenticationResponse($request, []);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue