OpenAIAuth icon indicating copy to clipboard operation
OpenAIAuth copied to clipboard

Reverse engineered Auth0 for OpenAI

Results 4 OpenAIAuth issues
Sort by recently updated
recently updated
newest added

``` Error: body{font-family:Arial,Helvetica,sans-serif}.container{align-items:center;display:flex;flex-direction:column;gap:2rem;height:100%;justify-content:center;width:100%}@keyframes enlarge-appear{0%{opacity:0;transform:scale(75%) rotate(-90deg)}to{opacity:1;transform:scale(100%) rotate(0deg)}}.logo{color:#8e8ea0}.scale-appear{animation:enlarge-appear .4s ease-out}@media (min-width:768px){.scale-appear{height:48px;width:48px}}.data:empty{display:none}.data{border-radius:5px;color:#8e8ea0;text-align:center}@media (prefers-color-scheme:dark){body{background-color:#343541}.logo{color:#acacbe}} ........ Location: begin Status code: 403 Embedded error: error: Check details

``` Traceback (most recent call last): File "C:\Users\user\PycharmProjects\ChatGPT\main.py", line 91, in access_token = auth.get_access_token() File "C:\Users\user\PycharmProjects\ChatGPT\venv\lib\site-packages\OpenAIAuth.py", line 69, in get_access_token return self.__part_two() File "C:\Users\user\PycharmProjects\ChatGPT\venv\lib\site-packages\OpenAIAuth.py", line 82, in __part_two return self.__part_three(code_verifier,...

go version. ![image](https://github.com/acheong08/OpenAIAuth/assets/6964737/ba458163-2902-44ba-8885-4f2cf4941fb3)