Files
cachet-docker/app/Foundation/Providers/RouteServiceProvider.php
Sven Speckmaier 5f426f9be9 moved RemoteUserAuthenticate before Authenticate
Having RemoteUserAuthenticate after Authenticate does nothing - a request requiring a login was already redirected away before reaching the logic to load the user from the REMOTE_USER server setting.

Moving RemoteUserAuthenticate before Authenticate fixes this.
2020-02-27 10:36:38 +01:00

6.8 KiB