0.0.3
-
Split add-on properties into
AddonProperties
andAtlassianConnect
properties. Add-on properties will most likely be overridden by an add-on to specify add-on key and other properties. Atlassian Connect properties contain framework specific configuration, such as JWT expiry time etc. These parameters are less likely to be overridden by add-ons. -
Add
AtlassianConnectHttpClient
to make authenticated request to the Atlassian host product (authenticated as add-on using JWT).