#How do I register for clientId/secret, for OAuth2?
8 messages · Page 1 of 1 (latest)
I don't think there is any sort of OAuth2 integration available for OpenAI API right now?
I could be wrong though
is this not for API?
https://platform.openai.com/docs/plugins/authentication/oauth
An API for accessing new AI models developed by OpenAI
@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
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