Hi, I am very new to retool and unfortunately I am experiencing this issues that I want to solve.
I've set up authentication for a resource using Custom Auth. The flow includes asking the user for credentials, making an API request to log in, saving the token in a variable, and applying that same variable as a header for the resource. I imputed this variable as a header in another resouce (another api that can be authenticated with the same token) and when testing the authentication on the resource, the token works fine. However, when I try using this same resource for an API call in an app, it doesn't authenticate. I can only authenticate the second resource by creating a separate Custom Auth setup for it, in which case the user is asked again for credentials.
It seems that the token isn't being shared across different resources, which is why each resource requires its own authentication setup. Is there a way to enable the variable to persist across resources so that I donβt need to create separate authentication configurations for each one, and where it doesnt asks for credentials each time another resource is used?