mirror of
				https://github.com/elyby/oauth2-server.git
				synced 2025-05-31 14:12:07 +05:30 
			
		
		
		
	Update changelog
This commit is contained in:
		@@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 | 
			
		||||
- `issueAccessToken()` in the Abstract Grant no longer sets access token client, user ID or scopes. These values should already have been set when calling `getNewToken()` (PR #919)
 | 
			
		||||
- No longer need to enable PKCE with `enableCodeExchangeProof` flag. Any client sending a code challenge will initiate PKCE checks. (PR #938)
 | 
			
		||||
- Function `getClientEntity()` no longer performs client validation (PR #938)
 | 
			
		||||
- Password Grant now returns an invalid_grant error instead of invalid_credentials if a user cannot be validated (PR #967)
 | 
			
		||||
 | 
			
		||||
### Removed
 | 
			
		||||
- `enableCodeExchangeProof` flag (PR #938)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user