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

Auth rewrite #1254

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Auth rewrite #1254

wants to merge 15 commits into from

Commits on Mar 10, 2023

  1. initial Auth deprecations

    DellaBitta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3b736ad View commit details
    Browse the repository at this point in the history
  2. all three platforms build

    DellaBitta committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    86cc5bd View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Configuration menu
    Copy the full SHA
    e7ad4aa View commit details
    Browse the repository at this point in the history
  2. format

    DellaBitta committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    16ec678 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. bundle identifer

    DellaBitta committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    323d41d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b247244 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2023

  1. iOS support for multiple User objects (#1242)

    Update auth internals to support returning Future object for the new API while also support returning Future<User*> objects for the deprecated API on iOS.
    
    Changes does not include the new Future methods.
    DellaBitta authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    c208b23 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Android compiles

    DellaBitta committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    3116021 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Android builds and runs

    DellaBitta committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    166f0a7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    ab8098b View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    093052b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eac0334 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78a0702 View commit details
    Browse the repository at this point in the history
  4. Android Auth Google I/O rework (#1245)

    Removes the need for User objects to be stored in AuthData, unlocking ability for there to be more than one User object at a time.
    
    Continues to store a User in Auth, though, to maintain the implementation of the newly deprecated methods which return a User*.
    
    Added a RetainUser integration test.
    DellaBitta authored Mar 27, 2023
    Configuration menu
    Copy the full SHA
    0fd6f7b View commit details
    Browse the repository at this point in the history
  5. merge from feature branch

    DellaBitta committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    116923a View commit details
    Browse the repository at this point in the history