-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
Description
Hello there,
First of all, thanks for this great lib :)
Wondering if this lib supports the cookies based auth using jsessionid as described here : https://developer.atlassian.com/jiradev/jira-apis/about-the-jira-rest-apis/jira-rest-api-tutorials/jira-rest-api-example-cookie-based-authentication?
The point is to get a session id once login the user, and then use the session id for every API call until it expires and ask again for a new session id for the user :
headers: {cookie: JSESSIONID=6E3487971234567896704A9EB4AE501F}
The goal is not to pass any user / pass along within each requests ans thus don't trigger the auth workflow every time.
Thanks :)