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

[PlaidLink OAuth] Add web redirect_uri to /bank-accounts page #6259

Merged
merged 73 commits into from
Dec 3, 2021

Commits on Nov 4, 2021

  1. Initial testing

    Nicholas Murray committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    3768247 View commit details
    Browse the repository at this point in the history
  2. Add new redirectURI param for plaidLinkToken call

    Nicholas Murray committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    ecabb8a View commit details
    Browse the repository at this point in the history
  3. Update redirectURI param

    Nicholas Murray committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    6a7fac8 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Add redirect new.e page

    Nicholas Murray committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    7486623 View commit details
    Browse the repository at this point in the history
  2. Hook up OAuth redirect with onyx plaidLinkToken

    Nicholas Murray committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    b9df300 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Testing redirect_uri

    Nicholas Murray committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    80c3ae0 View commit details
    Browse the repository at this point in the history
  2. Add redirect PLAID route

    Nicholas Murray committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    319cd00 View commit details
    Browse the repository at this point in the history
  3. Hook up OAuth to modalStack

    Nicholas Murray committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a545977 View commit details
    Browse the repository at this point in the history
  4. Switch out PlaidLink with OAuthLink

    Nicholas Murray committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    a6ca4fb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Add redirect screen separate from settings

    Nicholas Murray committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    c643221 View commit details
    Browse the repository at this point in the history
  2. Add OAuth to AuthScreens

    Nicholas Murray committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    727a1ca View commit details
    Browse the repository at this point in the history
  3. OAuth works using platypus oauth account

    Nicholas Murray committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    d072bc5 View commit details
    Browse the repository at this point in the history
  4. Make statedID work within addplaidbankaccount

    Nicholas Murray committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    9709dbf View commit details
    Browse the repository at this point in the history
  5. Work with current plaidLink page

    Nicholas Murray committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    3d758fc View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Setup new page with OAuthLink

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e9894d2 View commit details
    Browse the repository at this point in the history
  2. Fill out PlaidOAuthPage

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1dd666f View commit details
    Browse the repository at this point in the history
  3. Finish attaching props to new PlaidRedirect page

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c50afb8 View commit details
    Browse the repository at this point in the history
  4. Setup to reuse AddPlaidBankAccount

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1413ad4 View commit details
    Browse the repository at this point in the history
  5. Things work now

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    6587c11 View commit details
    Browse the repository at this point in the history
  6. Clean up logs

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    03437e6 View commit details
    Browse the repository at this point in the history
  7. Mass cleanup

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    40523d3 View commit details
    Browse the repository at this point in the history
  8. Delete unneeded files

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    e474ff1 View commit details
    Browse the repository at this point in the history
  9. Fix comment

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    cf3e88a View commit details
    Browse the repository at this point in the history
  10. Figure out variables for getting bank account

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    5f1f635 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'main' into nmurray-plaidlink-oauth-update

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    8644b35 View commit details
    Browse the repository at this point in the history
  12. Add no stateID error handling

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    1578e17 View commit details
    Browse the repository at this point in the history
  13. Fill out propType doc

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    66db02b View commit details
    Browse the repository at this point in the history
  14. Lint

    Nicholas Murray committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    c160146 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Test setting up new withdrawal bank account

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    87e5b2b View commit details
    Browse the repository at this point in the history
  2. Cleanup comments

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3ec2790 View commit details
    Browse the repository at this point in the history
  3. Lint

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    7142e44 View commit details
    Browse the repository at this point in the history
  4. Minor PR comments

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    84e2a4f View commit details
    Browse the repository at this point in the history
  5. Separate file extension specific platform

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    aebd05c View commit details
    Browse the repository at this point in the history
  6. Add propTypes file

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    63e110a View commit details
    Browse the repository at this point in the history
  7. Fill out native addPlaidBank

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    673e3ce View commit details
    Browse the repository at this point in the history
  8. Setup using two different endpoints

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    0b9522b View commit details
    Browse the repository at this point in the history
  9. Works with two different endpoints

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    750c159 View commit details
    Browse the repository at this point in the history
  10. Lint and get adding bank account working

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    a6f5c94 View commit details
    Browse the repository at this point in the history
  11. Delete onyx key

    Nicholas Murray committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    3702457 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2021

  1. Testing navigation bug

    Nicholas Murray committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    326b948 View commit details
    Browse the repository at this point in the history
  2. Improvement to redirectURI

    Nicholas Murray committed Nov 13, 2021
    Configuration menu
    Copy the full SHA
    9f51191 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2021

  1. try to switch over to using ReimbursementPage as base component for P…

    …laidOAuthPage
    Nicholas Murray committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    71accec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    01dad51 View commit details
    Browse the repository at this point in the history
  3. Fix error where substep returns null and makes us go back to BankAcco…

    …untStep page
    Nicholas Murray committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    e2c4c99 View commit details
    Browse the repository at this point in the history
  4. Revert BankAccountStep external setupBankAccount method

    Nicholas Murray committed Nov 19, 2021
    Configuration menu
    Copy the full SHA
    72ff541 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Switch over to just using ReimbursementPage instead of new OAuthPlaid…

    … page
    Nicholas Murray committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    a254c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ae9461 View commit details
    Browse the repository at this point in the history
  3. Revert old changes

    Nicholas Murray committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    1d50056 View commit details
    Browse the repository at this point in the history
  4. More cleanup

    Nicholas Murray committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    fc1095a View commit details
    Browse the repository at this point in the history
  5. Cleanup redirect URI logic and fix IdentityForm address error

    Nicholas Murray committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    791dc61 View commit details
    Browse the repository at this point in the history
  6. Hook up BaseAddPlaidPage and delete old OAuthPlaidPage

    Nicholas Murray committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    3314dc4 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Revert platform extensions

    Nicholas Murray committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    2622ce5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into nmurray-plaidlink-oauth-update

    Nicholas Murray committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    91b3238 View commit details
    Browse the repository at this point in the history
  3. Fix lint warnings

    Nicholas Murray committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    add0815 View commit details
    Browse the repository at this point in the history
  4. Include early return

    Nicholas Murray committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    fcf15e6 View commit details
    Browse the repository at this point in the history
  5. Variable name cleanup and comments

    Nicholas Murray committed Nov 24, 2021
    Configuration menu
    Copy the full SHA
    842fb77 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2021

  1. Merge marc branch and fix conflicts

    Nicholas Murray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    89d1b8e View commit details
    Browse the repository at this point in the history
  2. Test on web, desktop with complete uri

    Nicholas Murray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    dfd9d7a View commit details
    Browse the repository at this point in the history
  3. Fix CONST.js conflicts

    Nicholas Murray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    6798c11 View commit details
    Browse the repository at this point in the history
  4. Removed getRedirect logic out of AddPlaid, cleaned up src/libs/getPla…

    …idLinkTokenParameters/index.js
    Nicholas Murray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    7c1be4f View commit details
    Browse the repository at this point in the history
  5. Clean up BankAccounts.js

    Nicholas Murray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    07a0f6e View commit details
    Browse the repository at this point in the history
  6. Fix Url import

    Nicholas Murray committed Nov 26, 2021
    Configuration menu
    Copy the full SHA
    e792b0c View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2021

  1. Reduce condition to only using existing plaidLinkToken

    Nicholas Murray committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6842a47 View commit details
    Browse the repository at this point in the history
  2. Review comments, refactor existingPlaidToken prop

    Nicholas Murray committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    6e68c70 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into nmurray-plaidlink-oauth-update

    Nicholas Murray committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    4f535b3 View commit details
    Browse the repository at this point in the history
  4. Refactor ROUTE

    Nicholas Murray committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    3a8ac3a View commit details
    Browse the repository at this point in the history
  5. Fix export default

    Nicholas Murray committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    36acde9 View commit details
    Browse the repository at this point in the history
  6. Lint fix

    Nicholas Murray committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    419d74e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2021

  1. Second round of review comments

    Nicholas Murray committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    51ec9c7 View commit details
    Browse the repository at this point in the history
  2. Have addPersonalBankAccount subscribe to plaidLinkToken

    Nicholas Murray committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    7d27703 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Update PlaidLink to check for receivedRedirectURI

    Nicholas Murray committed Dec 2, 2021
    Configuration menu
    Copy the full SHA
    34d2422 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Review comments and swap out CONST url for CONFIG url

    Nicholas Murray committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    5fa07db View commit details
    Browse the repository at this point in the history
  2. Merge with conflict

    Nicholas Murray committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    44ff636 View commit details
    Browse the repository at this point in the history