I would like to include the cookie data in the query to plugin, but it looks like network connection to Plugin server is from ChatGPT server, so cannot pass the cookie from client side.
Is there any good way to pass values from client browser to plugin server?
I implemented Google login using the OAuth feature in a plugin, but I don’t know how to identify the user after logging in. Although a Bearer token is passed with each query in the Authorization header, I don’t know how to associate it with the user.
Cc. @kevinpiac