acheong08 / OpenAIAuth

Reverse engineered Auth0 for OpenAI
MIT License
460 stars 134 forks source link

Is it already irrelevant? #32

Closed KirillPirinen closed 1 year ago

KirillPirinen commented 1 year ago

it has started to return the same error ->

Error: File not found. Location: part_one Status code: 404 Embedded error: error: Check details

eternalfusion commented 1 year ago

It's broken for now, you need to get access token manually with this url: http://chat.openai.com/api/auth/session See https://github.com/pengzhile/pandora/commit/58dd9c5a293e2f55c4b521d0703fdeb14761d562 this commit from reverse proxy developer. It's used to bypass first step of auth.

acheong08 commented 1 year ago

WIP. I found another way. Working on it.

Reference: https://discord.com/channels/1051681201951342653/1051681202626642003/1101150924392644759

acheong08 commented 1 year ago

I was able to get nearly everything working until the final step. Either need a proxy for the auth callback or abuse another endpoint for it. currently a bit stuck though

acheong08 commented 1 year ago

Works now