-
Notifications
You must be signed in to change notification settings - Fork 6.8k
[App-server] Implement v2 for account/login/start and account/login/completed
#6183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
65ff9e0 to
1568f63
Compare
59d74c7 to
4943d31
Compare
account/login/start account/login/completed and account/login/cancel account/login/start account/login/completed and account/login/cancel
c89e13b to
ad00c91
Compare
a48058e to
6a82787
Compare
account/login/start account/login/completed and account/login/cancel account/login/start and account/login/completed
f5e57aa to
276537c
Compare
account/login/start and account/login/completedaccount/login/start and account/login/completed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
cadbe08 to
21d7ad3
Compare
c23094a to
8c06029
Compare
8c06029 to
e90f69f
Compare
This PR implements
account/login/startandaccount/login/completed. Instead of having separate endpoints for login with chatgpt and api, we have a single enum handling different login methods. For sync auth methods like sign in with api key, we still send acompletednotification back to be compatible with the async login flow.