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

OAuth Flow/Endpoints #8

Closed
wants to merge 3 commits into from
Closed

OAuth Flow/Endpoints #8

wants to merge 3 commits into from

Conversation

jakobphilippe
Copy link
Contributor

@jakobphilippe jakobphilippe commented Jan 31, 2024

Description

OAuth Flow implementation

  • oauth_tokens table to store request tokens and access tokens
  • new etrade router/controller/service
  • GET /redirect endpoint to request redirect URL
  • POST /verify endpoint to send the verifier token back to E*Trade and get the access tokens
  • ran swag fmt to format swagger doc strings

How Has This Been Tested?

Ongoing

Checklist

  • I have performed a self-review of my code
  • I have reached out to another developer to review my code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

@jakobphilippe jakobphilippe requested review from aniamisiorek and leoRysing and removed request for aniamisiorek and leoRysing February 1, 2024 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant