#atlassian #jira #jwt

archived atlassian-app-auth

Library for authenticating as an Atlassian Connect App

5 releases (2 stable)

1.0.1 Nov 6, 2021
1.0.0 Sep 6, 2021
0.7.0 Jun 23, 2020
0.6.0 Jun 23, 2020
0.5.0 Jun 22, 2020

#8 in #atlassian

Apache-2.0

17KB
204 lines

atlassian-app-auth

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

~9–13MB
~353K SLoC