Commit 6c3d92d
authored
Correct response code on successful token refresh
This fixes a bug whereby a successful token refresh process would still return a 401 because the original access token generated a 401 status. Now the refresh process sets the status according to the response from the proxied server.1 parent f20844c commit 6c3d92d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
0 commit comments