How i can retrieve specific user information that i need in my BackEnd (Resolver) using Forge?

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?

Thanks

Is this what you’re looking for?

https://developer.atlassian.com/platform/forge/runtime-reference/storage-api/

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.

Hello ,
Is there any Possibility to add a custom menu to confluence, visible for my application Users where i can set some variables ?

There are several modules that you can use. This one for example.