wunderfrucht / gouqi

a rust interface for jira
https://crates.io/crates/gouqi
MIT License
26 stars 8 forks source link

Add support for Cookie authorization #54

Open ereOn opened 5 months ago

ereOn commented 5 months ago

Right now gouqi support basic and bearer authentication methods, but Jira actually also supports Cookie-based authentication.

image

Our organization sadly only allows cookie-based auth. even in an automated context... Would you be willing to accept a PR that adds support for this? I could tackle this fairly quickly if you agree that this would be a nice addition.

avrabe commented 5 months ago

Yes, would be more than happy adding also cookies as authentication method