#Karen27 - Go per request auth
1 messages · Page 1 of 1 (latest)
Hello, just to make sure we are on the same page, you are talking about providing an API key per request rather than as a setting at the library level?
Yes, exactly
Thank you, looking in to it
Thanks!
So it looks like when working with multiple keys, we recommend creating a client per key https://github.com/stripe/stripe-go#with-a-client
Is that helpful for what you are trying to do or do you need per request auth specifically?
Well, I was wondering if this approach was possible, but I'm going to declare a client per key then.