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

feat: expo auth #720

Merged
merged 26 commits into from
Jun 9, 2024
Merged

feat: expo auth #720

merged 26 commits into from
Jun 9, 2024

Commits on Jan 5, 2024

  1. feat: expo auth

    juliusmarminge committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    18bb853 View commit details
    Browse the repository at this point in the history
  2. rm

    juliusmarminge committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    dc38d95 View commit details
    Browse the repository at this point in the history
  3. fix format

    juliusmarminge committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    5a21451 View commit details
    Browse the repository at this point in the history
  4. fix lock

    juliusmarminge committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d2778a0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83980ab View commit details
    Browse the repository at this point in the history
  6. expo install --fix

    juliusmarminge committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    35452bc View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    0603aff View commit details
    Browse the repository at this point in the history
  2. nit

    juliusmarminge committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    fa58c38 View commit details
    Browse the repository at this point in the history
  3. fix cookie

    juliusmarminge committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    0db5bee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe487d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6ab0a75 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e23aa6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8f58650 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. Configuration menu
    Copy the full SHA
    e01dc76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc4a591 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4b95224 View commit details
    Browse the repository at this point in the history
  4. fix exports

    juliusmarminge committed May 11, 2024
    Configuration menu
    Copy the full SHA
    cb1a111 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21d0ea9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

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

Commits on Jun 9, 2024

  1. Configuration menu
    Copy the full SHA
    1c8655b View commit details
    Browse the repository at this point in the history
  2. feat: Expo Auth without setting AUTH_URL. (#1054)

    * feat: expo-auth without auth_url env var
    
    * Fix session cookie matching
    
    * feat: Restore old CSRF checks in non-dev environments
    
    * chore: Documenting some decisions with comments
    
    * Use node env instead of vercel-specific env var
    
    * Update readme to describe oauth changes
    
    * Fix redirectTo being missing and enforce home nav since it was showing a weird page
    
    * Disallow backwards navigation upon auth change
    Wundero authored Jun 9, 2024
    Configuration menu
    Copy the full SHA
    a8deb69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5804c19 View commit details
    Browse the repository at this point in the history
  4. dont' mutate args

    juliusmarminge committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    f5f5395 View commit details
    Browse the repository at this point in the history
  5. helper

    juliusmarminge committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    8eee5ca View commit details
    Browse the repository at this point in the history
  6. cmt

    juliusmarminge committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    59d869a View commit details
    Browse the repository at this point in the history
  7. fmt

    juliusmarminge committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    2c8fc0d View commit details
    Browse the repository at this point in the history