Example creating and using Jira JWT

Issue #1 new
Schell Scivally created an issue

Adding an example of constructing and using a Jira JWT would greatly speed up authentication with a Jira app.

Comments (2)

  1. Schell Scivally reporter

    I’m following https://developer.atlassian.com/cloud/jira/platform/understanding-jwt/#creating-token in order to authenticate requests on behalf of an installed Jira app. This repo is listed as the JWT lib for this purpose - but the docs are not very explicit with regard to what claims should be made.

    (edit): What I mean is - the Jira docs are not very explicit about what claims should be made, and the haskell-jwt docs do not have a concrete Jira example. Either one would suffice, I think.

  2. Log in to comment