Skip to content
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

Process authorization response and token fetch. #405

Open
brnnmrls opened this issue May 2, 2024 · 0 comments · Fixed by #414
Open

Process authorization response and token fetch. #405

brnnmrls opened this issue May 2, 2024 · 0 comments · Fixed by #414
Assignees
Labels
enhancement New feature or request

Comments

@brnnmrls
Copy link
Member

brnnmrls commented May 2, 2024

Context: After receiving the authorization request, the next step is to process the authorization response. This will follow GIDSignIn's current implementation: -[GIDSignIn processAuthorizationResponse:error:emmSupport:]. This method will check for an authorization code. If it does then it fetches the age access token, otherwise an error will be issued to the client.

TODO:

  1. Implement -[GIDVerifyAccountDetail processAuthorizationResponse:error:emmSupport:].
  2. Fetch token similar to -[GIDSignIn maybeFetchToken].
  3. Unit testing for request and response handling.
@brnnmrls brnnmrls added the enhancement New feature or request label May 2, 2024
@brnnmrls brnnmrls self-assigned this May 2, 2024
@brnnmrls brnnmrls changed the title Handle authorization response and token fetch. Process authorization response and token fetch. May 13, 2024
@brnnmrls brnnmrls linked a pull request May 20, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant