Hi, I am using the Atlassian spring boot connector to develop a cloud Jira addon, I have exposed a rest API to be called from outside the Jira cloud. Right now I am using @IgnoreJwt to call this endpoint without authentication because this API is not related to Jira. I need to make this API secure. And as I'm already using spring boot I found that I can implement JWT to make this API secure. My question does the Atlassian spring connector can help to generate JWT related to my addon or do I need to implement my own JWT provider?
You must generate the JWT's on your own.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.