4d / 4D-NetKit

4D NetKit is a built-in 4D component that allows you to interact with third-party web services and their APIs.
Other
10 stars 8 forks source link

token expiration not checked once it is issued #63

Closed macMikey closed 2 months ago

macMikey commented 2 months ago

per this thread on the forum, once an access token is obtained, it is not checked for expiration. _BaseAPI._getToken() should have the if block removed, to trigger the expiration check.