snipe-it/app/Http/Controllers/Auth
David Kaatz a43b31400f Authentication via REMOTE_USER (#5142)
* Added authentication via Remote User

* - Removed nullable from remote_user settings fileds and used just default values instead
- Removed german translations
- Removed 401 error page and replaced usage with 403 error page as 401 was actual a duplicate of 403
- Replaced usage of $_SERVER['REMOTE_USER'] with Laravels API Request::server('REMOVE_USER')

* - Fixed request usage
2018-03-13 20:07:52 -07:00
..
ForgotPasswordController.php Small phpcbf cleanup 2016-12-29 14:02:18 -08:00
LoginController.php Authentication via REMOTE_USER (#5142) 2018-03-13 20:07:52 -07:00
RegisterController.php Stub and 404 registration routes 2017-12-19 22:14:51 -08:00
ResetPasswordController.php Fix redirect default on password reset 2017-09-27 16:23:21 -07:00