Migrated from Redmine #624 | Author: Tom Robinson
Status: Feedback | Priority: Normal | Created: 2020-12-10
When using the auth REST API, a token is returned.
How long does it take for this token to expire?
Migrated from Redmine #624 | Author: Tom Robinson
Status: Feedback | Priority: Normal | Created: 2020-12-10
When using the auth REST API, a token is returned.
How long does it take for this token to expire?
Dmytro Bondarev wrote:
Usually it is 1 hour, unless it is overridden in SOAP plugin (use session timeout).
You can catch 419 error and get new token by refresh token.