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

RCORE-2253 Redirected user authenticated app requests cause user to be logged out and location is not updated #8011

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2024

  1. Removed redirect tests

    Michael Wilkerson-Barker committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    aa34635 View commit details
    Browse the repository at this point in the history
  2. Removed one more location redirect test case

    Michael Wilkerson-Barker committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    fd52bb1 View commit details
    Browse the repository at this point in the history
  3. Removed 301/308 redirection support from App

    Michael Wilkerson-Barker committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3a9c663 View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    Michael Wilkerson-Barker committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    519a71e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Updates from review

    Michael Wilkerson-Barker committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8a753e5 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/remove-…

    …308-tests
    Michael Wilkerson-Barker committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    d5c2800 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'mwb/remove-308-tests' of github.com:realm/realm-core in…

    …to mwb/remove-308-support
    Michael Wilkerson-Barker committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3cc2261 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Updated redirect server to support App request redirects and created …

    …redir_server cmd line tool
    Michael Wilkerson-Barker committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    aba04c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Added test to verify http redirects using CURL to handle the redirect…

    …ions
    Michael Wilkerson-Barker committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e0a971d View commit details
    Browse the repository at this point in the history
  2. Added test sections and print error on create_user_and_login() failure

    Michael Wilkerson-Barker committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    420d56a View commit details
    Browse the repository at this point in the history
  3. Updated changelog; some cleanup; moving redir_server tool to separate PR

    Michael Wilkerson-Barker committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a06e319 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Addressed some build and test failures

    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    69c232c View commit details
    Browse the repository at this point in the history
  2. More minor updates to fix build and test failures

    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3c0cd07 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of github.com:realm/realm-core into mwb/remove-…

    …308-support
    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    4e8484e View commit details
    Browse the repository at this point in the history
  4. Updated changelog after release

    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    5728e1f View commit details
    Browse the repository at this point in the history
  5. Fixed misspelling and updated comment a bit

    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    3c6229a View commit details
    Browse the repository at this point in the history
  6. Merge branch 'mwb/remove-308-support' of github.com:realm/realm-core …

    …into mwb/add-core-redirect-tests
    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    dd1d4bc View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of github.com:realm/realm-core into mwb/add-cor…

    …e-redirect-tests
    Michael Wilkerson-Barker committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0d46d77 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Updates from review - removed some changes needed by redirect server …

    …command line tool
    Michael Wilkerson-Barker committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    ebcfe93 View commit details
    Browse the repository at this point in the history
  2. rerun validation

    Michael Wilkerson-Barker committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9a9371d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Fixed TSAN error

    Michael Wilkerson-Barker committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    307fdb7 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:realm/realm-core into mwb/add-cor…

    …e-redirect-tests
    Michael Wilkerson-Barker committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    2b2c59c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Update location after auth failure; updated test comments

    Michael Wilkerson-Barker committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    1d1edf9 View commit details
    Browse the repository at this point in the history
  2. I thought I removed this line...

    Michael Wilkerson-Barker committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ce1aeec View commit details
    Browse the repository at this point in the history
  3. Reverted line now that login is not always requesting location

    Michael Wilkerson-Barker committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a4e967a View commit details
    Browse the repository at this point in the history
  4. Updated changelog

    Michael Wilkerson-Barker committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    761f18b View commit details
    Browse the repository at this point in the history
  5. a little more cleanup

    Michael Wilkerson-Barker committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    49961ab View commit details
    Browse the repository at this point in the history
  6. Fixed refresh access token test

    Michael Wilkerson-Barker committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    ee81ab4 View commit details
    Browse the repository at this point in the history