mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Actually use finalizedScopes in access token
This commit is contained in:
		@@ -199,7 +199,7 @@ class ImplicitGrant extends AbstractAuthorizeGrant
 | 
				
			|||||||
                $this->accessTokenTTL,
 | 
					                $this->accessTokenTTL,
 | 
				
			||||||
                $authorizationRequest->getClient(),
 | 
					                $authorizationRequest->getClient(),
 | 
				
			||||||
                $authorizationRequest->getUser()->getIdentifier(),
 | 
					                $authorizationRequest->getUser()->getIdentifier(),
 | 
				
			||||||
                $authorizationRequest->getScopes()
 | 
					                $finalizedScopes
 | 
				
			||||||
            );
 | 
					            );
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            $response = new RedirectResponse();
 | 
					            $response = new RedirectResponse();
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user