mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Updated README
This commit is contained in:
		
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							@@ -8,8 +8,8 @@ The framework is provided as a Composer package which can be installed by adding
 | 
			
		||||
 | 
			
		||||
```javascript
 | 
			
		||||
{
 | 
			
		||||
	"require": {  
 | 
			
		||||
		"lncd\Oauth2": "*"  
 | 
			
		||||
	"require": {
 | 
			
		||||
		"lncd\Oauth2": "*"
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
```
 | 
			
		||||
@@ -22,7 +22,12 @@ Check out the [wiki](https://github.com/lncd/OAuth2/wiki)
 | 
			
		||||
 | 
			
		||||
### Authentication Server
 | 
			
		||||
 | 
			
		||||
The authentication server is a flexible class that supports the standard authorization code grant.
 | 
			
		||||
The authentication server is a flexible class that supports the following grants:
 | 
			
		||||
 | 
			
		||||
* authentication code
 | 
			
		||||
* refresh token
 | 
			
		||||
* client credentials
 | 
			
		||||
* password (user credentials)
 | 
			
		||||
 | 
			
		||||
### Resource Server
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user