Skip to content

Is there any support for cookies based auth? #213

@benjaminch

Description

@benjaminch

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 :)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions