#How do I register for clientId/secret, for OAuth2?

8 messages · Page 1 of 1 (latest)

sterile yoke
#

I could be wrong though

eager zodiac
#

@sterile yoke with many other APIs we register and get clientId/secret so that our app could then connect on behalf of an authorized user. Is this not supported at the moment?

Is an app supposed to simply use its api-key, no matter which users it's serving?

Thank you

sterile yoke
#

yeah this isn't something that's supported, there's no oauth or connections on behalf of a user like a "Connect with Google" kinda thing

#

So the app should use a single API key, and you can identify the user in the request using a user identifier, but all charges will go to the API key that's in use

#

or, alternatively, you can ask users to put in their own OpenAI API key