I am trying to invalidate the session using jira-python rest client. How can I achieve this feature, is it built in or needs to be implemented?
I tried looking at all the APIs available in client.py and there seems to be no way to destroy or invalidate a session.
Another question that follow is, do I have to authenticate on every REST call made by the client? Currently that is what I am doing.