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
This token has a default expiry of 5 minutes. If the generated client is used after the token is expired, the client does not renew the token which will make Astarte reply with 403 Forbidden.
Proposed solution:
Validate JWT token expiry before using it. If close to the expiration time, renew the JWT
The text was updated successfully, but these errors were encountered:
The Astarte JWT token is generated only once during the client initialization
astarte-client-elixir/lib/astarte/client/appengine.ex
Line 35 in 602e78a
This token has a default expiry of 5 minutes. If the generated client is used after the token is expired, the client does not renew the token which will make Astarte reply with 403 Forbidden.
Proposed solution:
Validate JWT token expiry before using it. If close to the expiration time, renew the JWT
The text was updated successfully, but these errors were encountered: