We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5969617 commit 88f8381Copy full SHA for 88f8381
CHANGELOG.md
@@ -1,5 +1,17 @@
1
# OAuth 2.0 Client Changelog
2
3
+## 2.4.0
4
+
5
+_Released: 2018-11-21_
6
7
+* Add `HttpBasicAuthOptionProvider` to ease implementation for providers
8
+ requiring HTTP basic auth
9
+* Add `GuardedPropertyTrait` to allow providers the ability to specify
10
+ properties that may not be overridden by user-defined values passed to the
11
+ provider constructor
12
+* Add `AccessTokenInterface` and `ResourceOwnerAccessTokenInterface` to allow
13
+ providers the ability to override the default `AccessToken`
14
15
## 2.3.1
16
17
_Released: 2018-11-19_
0 commit comments