Ask HN: How to pass OpenAI token securely to website?
I'm just doing a project requiring a user's OpenAI token (using mine will be expensive), but I expect low conversion because most people think I want to steal their tokens. How do we guarantee the user that nothing wrong will happen with their tokens?
2 comments
[ 4.2 ms ] story [ 17.3 ms ] threadThe commonly recommended approach is to use an OAuth procedure: https://platform.openai.com/docs/plugins/authentication
I haven't yet done this myself, but maybe the links from above will help you solving the issue.
Also, have you tried asking ChatGPT itself?