expand permission check to remote array
authorDean Townsley <dean@townsley.com>
Sat, 8 Jun 2019 15:11:02 +0000 (10:11 -0500)
committerDean Townsley <dean@townsley.com>
Mon, 10 Jun 2019 02:06:42 +0000 (21:06 -0500)
commitaf85e498ceb768beba04df743036abbdf9ef1f2b
tree9486febbd93d2ecba03290d26ca0b4853e9a9097
parent8c5923bb4667ff9b0375fb9d276ff1c4e4f8e2da
expand permission check to remote array

This check was preventing multiple private images from different
users on the same server from loading on the same page.
It was only checking for permission for the single id returned by the
remote_user() function rather than the multiple possible autheniticated
id's stored in the remote arry session variable.
src/Util/Security.php