6 releases (3 stable)
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 |
#5 in #atlassian
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
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
~402K SLoC