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

hub: Add IAP verification #3059

Merged
merged 18 commits into from
Jul 7, 2022
Merged

hub: Add IAP verification #3059

merged 18 commits into from
Jul 7, 2022

Commits on Jul 4, 2022

  1. Add preliminary validation for Apple provider

    These tests don’t quite pass…??? It took a tragically
    long time to get anything working but it’ll be worth
    it to have more conventional HTTP mocks, IMO
    backspace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    ffbf08d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74934fe View commit details
    Browse the repository at this point in the history
  3. Fix response handler

    backspace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    cb1ad60 View commit details
    Browse the repository at this point in the history
  4. Extract verification URL

    backspace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    3537dc0 View commit details
    Browse the repository at this point in the history
  5. Fix assertions

    nesting oops!
    backspace committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    46083dc View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    6ddd1c1 View commit details
    Browse the repository at this point in the history
  2. Change Apple validation to use fetch

    so much cleaner!!
    backspace committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7e8a2d8 View commit details
    Browse the repository at this point in the history
  3. Add missed config change

    backspace committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    3fb893a View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. Add response wrapper

    backspace committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    2cb9128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee985e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4fd71e View commit details
    Browse the repository at this point in the history
  4. Remove redundant config

    backspace committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    614884d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    5fae597 View commit details
    Browse the repository at this point in the history
  2. Change to .test domains

    backspace committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    45299f6 View commit details
    Browse the repository at this point in the history
  3. Change receipt type to string

    Co-authored-by: Aierie <39579264+Aierie@users.noreply.github.com>
    backspace and Aierie committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3ccf390 View commit details
    Browse the repository at this point in the history
  4. Change import to global

    backspace committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    9e3f941 View commit details
    Browse the repository at this point in the history
  5. Extract shared subject

    backspace committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    99cb71c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a9895f View commit details
    Browse the repository at this point in the history