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

689 authentication #1320

Merged
merged 27 commits into from
Mar 26, 2024
Merged

689 authentication #1320

merged 27 commits into from
Mar 26, 2024

Commits on Oct 16, 2023

  1. Passwordless login prototype. First stab at adding auth client to con…

    …text object
    Brian Schroer committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    92cd980 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Merge branch 'master' into 689-authentication

    Brian Schroer committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    24b7789 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Begin building out AuthService SessionStorage API and Context object …

    …for managing user session
    Brian Schroer committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    f74af9f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Read sessionStorage for user session upon loading page

    Brian Schroer committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    ac1abee View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. 689 Create logout functionality. Create call to Auth0 that resets acc…

    …ess token when it has expired
    Brian Schroer committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    7d8f932 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2023

  1. 689 add sign out functionality and update sign-in/sign-up UI and veri…

    …fication modal
    Brian Schroer committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4e46dbe View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Complete basic user sign up flow and check if user exists prior to si…

    …gning user up
    Brian Schroer committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    7bf9444 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Update user exists route

    Brian Schroer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    b541a93 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. PR cleanup, clarifications, and comments.

    Brian Schroer committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    bbf2da2 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Feb 5, 2024

  1. 689 Change a few instances of sign-in to log-in

    Brian Schroer committed Feb 5, 2024
    Configuration menu
    Copy the full SHA
    67e35a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. 689 save user to database after creating them in Auth0

    Brian Schroer committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    76f01dc View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. 689 Run prettier and lean up auth PR

    Brian Schroer committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    84b26d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. 689 no longer check if user exists prior to creating user. For variou…

    …s security reasons related to Auth0's passwordless protocol, we will just log the user in without incident
    Brian Schroer committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    e732230 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Create user endpoint argument name change

    Brian Schroer committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9d7f87c View commit details
    Browse the repository at this point in the history
  2. Prettier

    Brian Schroer committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    379cd02 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. 689 use config value for logout redirect param

    Brian Schroer committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2182b67 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Merge branch 'master' of https://github.com/ShelterTechSF/askdarcel-web

    … into 689-authentication
    Brian Schroer committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a1f1d3b View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Add types to AppContext object

    Brian Schroer committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    605e87a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. 689 migrate AuthService and SessionCacher from class based component …

    …to exported top-level functions. Other misc PR cleanup.
    Brian Schroer committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c4b4ba7 View commit details
    Browse the repository at this point in the history
  2. More misc PR updates

    Brian Schroer committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    b169d0c View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. 689 combine useAppContext and AppProvider files. Remove isAuthenticat…

    …ed bool for authState interface. Set authState object to null if user is logged out rather than use isAuthenticated bool.
    schroerbrian committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7c8ae80 View commit details
    Browse the repository at this point in the history
  2. Prettier

    schroerbrian committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bf686b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. 689 moar PR cleanup

    schroerbrian committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    e3631cf View commit details
    Browse the repository at this point in the history
  2. Lint fix

    schroerbrian committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8554f21 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8b9be56 View commit details
    Browse the repository at this point in the history
  2. Fix argument name

    schroerbrian committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    97cde91 View commit details
    Browse the repository at this point in the history