make oauth endpoints openid compliant #12
@ -29,7 +29,7 @@ if ($match !== null) {
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    if (!$authorized) {
 | 
			
		||||
        Container::$request->session()->set('redirect_after_login', $url);
 | 
			
		||||
        Container::$request->session()->set('redirect_after_login', substr($_SERVER['REQUEST_URI'], strlen('/')));
 | 
			
		||||
        $response = new Redirect(Container::$routeCollection->getRoute('login')->generateLink(), IRedirect::TEMPORARY);
 | 
			
		||||
        header('Location: ' . $response->getUrl(), true, $response->getHttpCode());
 | 
			
		||||
        return;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user