Improving REST login/session mechanism
Description
Environment
None
Activity
Show:

Mikhail Ershov October 28, 2019 at 6:27 PM

Former user October 28, 2019 at 3:16 PM
To all watchers of this issue: we have worked on it the past weeks and found a way to improve the situation and reduce the session count. This should reduce the stress on your Jira instance. The fix has been made on another internal issue but it will be available in the next release of Backbone.
If you then still encounter any problems, please let us know again.
Every REST call by Backbone is tracked in the access.log and Jira seems to check the credentials for every request again. The login procedure should be checked again and omptimized, e.g. by preferring oauth via basic authentication or similar.