i have developed an app for confluence with forge, and for each user using our app on Confluence, we need some information, for example, an API Key.
I want to retrieve this information in my code (Resolver) to use it in an API request(headers of our API request ). Is there a place in Confluence where we can add variables that I can retrieve in my code?
Storage-api is the same as LocalStorage on JS ? and How can the user of my app set information, Sould i create textfields on my app where the user can provide those informations?
It’s a key-value database. For storing API keys and other senstive info you would likely use storage.setSecret. I would look into this example app for guidance on how to implement it.