mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	Увеличено время жизни access_token
This commit is contained in:
		@@ -48,6 +48,7 @@ class Component extends \yii\base\Component {
 | 
			
		||||
            $authServer->setAuthCodeStorage(new AuthCodeStorage());
 | 
			
		||||
            $authServer->setRefreshTokenStorage(new RefreshTokenStorage());
 | 
			
		||||
            $authServer->setScopeDelimiter(',');
 | 
			
		||||
            $authServer->setAccessTokenTTL(86400); // 1d
 | 
			
		||||
 | 
			
		||||
            $this->_authServer = $authServer;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user