Hello everyone,
im currently developing a jira connect app with spring boot. Im using JWT as authentication protocoll and everything works fine.
Now I want to move to production. I noticed that the plugin saves the JWT of my jira instance automatically when adding the app to the instance. How does this work in production, for example when somebody buys the app. Do I have to add security for that case? If yes how do I do it in spring?
Thanks
Julius