mirror of
				https://github.com/yiisoft/yii2.git
				synced 2025-11-04 14:46:19 +08:00 
			
		
		
		
	Merge pull request #5963 from softark/docs-structure-filters-fix
docs/guide/structure-filters.md - typo fixed [ci skip]
This commit is contained in:
		@ -141,7 +141,7 @@ For more details about access control in general, please refer to the [Authoriza
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
### Authentication Method Filters <a name="auth-method-filters"></a>
 | 
					### Authentication Method Filters <a name="auth-method-filters"></a>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Authentication method filters are used to authenticate a user based using various methods, such as
 | 
					Authentication method filters are used to authenticate a user using various methods, such as
 | 
				
			||||||
[HTTP Basic Auth](http://en.wikipedia.org/wiki/Basic_access_authentication), [OAuth 2](http://oauth.net/2/).
 | 
					[HTTP Basic Auth](http://en.wikipedia.org/wiki/Basic_access_authentication), [OAuth 2](http://oauth.net/2/).
 | 
				
			||||||
These filter classes are all under the `yii\filters\auth` namespace.
 | 
					These filter classes are all under the `yii\filters\auth` namespace.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user