NNuxt•Created by AxelSorensen on 7/30/2024 in #❓・help How to store user-entered API key and access in server/api
Just make a variable in like a server util like a map or something that maps the user id to the key, or store it in a db and fetch the api key for the user otherwise it won’t persist