acheong08 / OpenAIAuth

Reverse engineered Auth0 for OpenAI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing one url

gulihua10010 opened this issue · comments

Should there be a /api/auth/callback/auth0 before the request /api/auth/session? code=%s&state=%s, otherwise it cannot be obtained

在请求/api/auth/session之前,应该还有一个/api/auth/callback/auth0?code=%s&state=%s,否则获取不到
image

Works for me without it. Feel free to open a pull request if this doesn't work for you