Hi Atlassian Community!
I’m building a Forge app and need to set up a solution that works like a REST API for my own Forge functions (not product api or only forge storage), secured with a token to ensure requests are coming from a trusted source. My specific question is:
- Can a Forge remote directly call a Forge resolver function?
- Or do I need to implement a web-trigger-based solution and handle the token-based authentication myself?
I’m looking for the best approach to achieve a REST API-like workflow within Forge, where I can ensure secure communication. Any advice, examples, or best practices would be super helpful!
Thanks in advance!