Example of secure configuration page using atlassian connect

Are there any examples of creating configuration pages (jira) with atlassian connect? I know its kinda left up to us to do our own security but I’d still like to know.

I’m thinking of pre-generating a jwt token, for the configure URL but post instead of get, and then adding it to a hidden form field but i feel like its kinda meh.

1 Like

Just grab any example project from https://developer.atlassian.com/static/connect/docs/latest/resources/samples.html that has a web panel or a general page etc.

The jwt token initially passed to you can only really be generated by the JIRA instance that has installed your add-on. Once you’ve verified that - then just generate a new jwt token for your own usage and put that into a hidden field and verify that in your post.