I am trying to integrate my application with jira and am planning to use forge. I plan to create a forge app which would be sending and receiving rest api calls from my application and there is a need to authenticate my application as well. Is there a way to do that?
2 Likes
Hi,
For communicating between your Forge app and your external app you can use Forge’s external OAuth.
If you also need to make inbound requests to your Forge app you can use the web trigger module.
2 Likes