You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,16 @@
2
2
3
3
All notable changes to `laravel-oauth2-client` will be documented in this file
4
4
5
+
## 2.0.1 - 2022-09-15
6
+
7
+
In some cases the token check and API call can run over 1 second apart which can cause issues if the token check is at the token expiry time, as the API call fails due to an expired token.
8
+
9
+
This fixes the issue by renewing the token if there is less than 1 minute of expiry on the token.
(Todo: Create a command to automatically publish the config file)
87
+
73
88
As the primary focus of the library is in packages, this needs to be loaded into laravel with an integration name through a service provider. So for xero:-
74
89
75
90
```php
@@ -171,9 +186,9 @@ composer test
171
186
## ToDo
172
187
173
188
- Tests
174
-
-SOme proper documentation
189
+
-Some proper documentation
175
190
176
-
Basically we are just defining how we can authorise nad communicate with the API. For more details on what this means check the documentation for laravel-api-client.
191
+
Basically we are just defining how we can authorise and communicate with the API. For more details on what this means check the documentation for laravel-api-client.
0 commit comments