File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ User-visible changes worth mentioning.
7
7
8
8
## master
9
9
10
+ - [ #PR ID] Your PR short description here.
11
+
12
+ ## 5.3.0
13
+
10
14
- [ #1339 ] Validate Resource Owner in ` PasswordAccessTokenRequest ` against ` nil ` and ` false ` values.
11
15
- [ #1341 ] Fix ` refresh_token_revoked_on_use ` with ` hash_token_secrets ` enabled.
12
16
- [ #1343 ] Fix ruby 2.7 kwargs warning in InvalidTokenResponse.
@@ -17,9 +21,8 @@ User-visible changes worth mentioning.
17
21
18
22
** [ IMPORTANT] ** This is a change compared to the behaviour of version 5.2.
19
23
If you were relying on access tokens being revoked once the same client
20
- requested a new access token, reenable it with ` revoke_previous_client_credentials_token ` .
21
-
22
- - [ #1318 ]
24
+ requested a new access token, reenable it with ` revoke_previous_client_credentials_token ` in Doorkeeper
25
+ initialization file.
23
26
24
27
## 5.2.3
25
28
You can’t perform that action at this time.
0 commit comments