#API key was exposed - last used field is not being updated and is set to never
1 messages · Page 1 of 1 (latest)
Hi @uneven raptor this must be an issue with your implementation because OpenAI's key generation is secure, the key won't be exposed unless you expose it yourself or some part of your application code exposes it.
Are you making any frontend-bound API calls by any chance? If so, that could be exposing your key
It could also be that someone has reverse engineered your application
This happens all the time
It isn't
But they could be using your token to generate responses using your api
Is it a web application that you are hosting?
Can I maybe see it?
So I can see if there are any obvious vulnerabilities
And are you just making a web request to your API without any authentication?
Yeah it would be useful for us to see the implementation so we can spot vulnerabilities