-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Tokens are only valid for 1h. But it is possible to get a new one while the current one is still valid. Client should automatically ask for a new one when needed.
Need to determine what triggers the renewal. E.g.:
- Before or after any request.
- Like 1 but only after some time has passed since the last one. What would that time be? 30min? 50min? Ultimately this depends on how often users make requests which we cannot predict.
- Do it periodically. This would require a separate thread and would do HTTP requests without the user knowing. I'd avoid that. We should be explicit.
- Require the user to do it. The user should definitely have the option to trigger renewal but for most use cases, this is unergonomic.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request