#atlassian #jira #jwt

deprecated atlassian-app-auth

Library for authenticating as an Atlassian Connect App

6 releases (3 stable)

new 1.0.2 Mar 17, 2024
1.0.1 Nov 6, 2021
1.0.0 Sep 6, 2021
0.7.0 Jun 23, 2020
0.5.0 Jun 22, 2020

#10 in #atlassian

Apache-2.0

19KB
204 lines

atlassian-app-auth

This tool is no longer under active development. If you are interested in taking over or repurposing the name on crates.io, feel free to contact me: nbishop@nbishop.net

crates.io Documentation

This is a small library for authenticating with an Atlassian API (such as the Jira API) as an Atlassian Connect App.

Note that the query string hash implementation is incomplete; there are a lot of special cases that are not yet handled.

Relevant documentation:


lib.rs:

This is a small library for authenticating with an Atlassian API (such as the Jira API) as an Atlassian Connect App.

See examples/request.rs for a full usage example.

Note that the query string hash implementation is incomplete; there are a lot of special cases that are not yet handled.

Relevant documentation:

Dependencies

~12–17MB
~422K SLoC