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

Login.gov authentication #254

Merged
merged 74 commits into from
Aug 13, 2024
Merged

Login.gov authentication #254

merged 74 commits into from
Aug 13, 2024

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    8f7dd4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78badcd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23a08d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c41316 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    d875654 View commit details
    Browse the repository at this point in the history
  2. Create service-like command functions for secrets, and unit tests. Wi…

    …re up in the command-line controller.
    danielnaab committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9d31e8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca86a3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e7e93cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c465ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f826440 View commit details
    Browse the repository at this point in the history
  7. Clarify README comment

    danielnaab committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    e8b3d6d View commit details
    Browse the repository at this point in the history
  8. Fix bad comment

    danielnaab committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    d66d7a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cb56266 View commit details
    Browse the repository at this point in the history
  10. Add missing files

    danielnaab committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    fb208d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    129459f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b8c304 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    166b940 View commit details
    Browse the repository at this point in the history
  4. Explicitly read the AUTH_SECRET in auto.config.ts, rather than rely o…

    …n the framework to read.
    danielnaab committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1d34742 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fef924a View commit details
    Browse the repository at this point in the history
  6. experiment to revert - use hardcoded string for auth secret, in attem…

    …pt to get tests passing in CI
    danielnaab committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    ee1b410 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8280a08 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89e918f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1c9a410 View commit details
    Browse the repository at this point in the history
  10. Test deployment to dev

    danielnaab committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d6891aa View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    feb0b0a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f067484 View commit details
    Browse the repository at this point in the history
  13. Remove debug exception

    danielnaab committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    aca9945 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Configuration menu
    Copy the full SHA
    d0ab4ad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c16376d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c76c642 View commit details
    Browse the repository at this point in the history
  4. Update infra references

    danielnaab committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    7d70496 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a46aca8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3005fe8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

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

Commits on Jul 23, 2024

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

Commits on Jul 24, 2024

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

Commits on Jul 26, 2024

  1. Organize database and auth code; trying to track down import problems…

    … when the Astro build is integrated at the app level. I'll factor out the auth code first.
    danielnaab committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    7d6798d View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

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

Commits on Jul 30, 2024

  1. Initial auth flow working, but tests of auth services still TODO. Int…

    …egration tests in the demo servers are still failing.
    danielnaab committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    26045ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4048a1f View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Add nonce

    danielnaab committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ab0de91 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Add createSession

    danielnaab committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    632fd86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b55903f View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

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

Commits on Aug 6, 2024

  1. Manage database dependencies so the integrating form service apps may…

    … import and run the server's express handler. This includes:
    
    - Create helper in @atj/common to create service objects from a collection of service functions
    - Remove module-global imports of @atj/database from the @atj/server, replacing with async imports where appropriate
    TODO: The app integration tests for Kansas and DOJ are now passing, but the build bundle fails.
    danielnaab committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    947b2db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    446c62f View commit details
    Browse the repository at this point in the history
  3. Update dependencies, fix issue with dev server mode not working, rena…

    …me DatabaseService to DatabaseGateway
    danielnaab committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    361deb6 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Work to get the app integrations running again, which primarily invol…

    …ved using .js imports, so we are consistent with ESM loading rules.
    danielnaab committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    76c2757 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6cda340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    946b292 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    940167a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b9f253 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ffd5b9e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd4906e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    41eb076 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83d5c5f View commit details
    Browse the repository at this point in the history
  7. Punt of getting code coverage working, for now.

    Context: the design lib has an unhandled exception when coverage is enabled.
    danielnaab committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    39b708a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3baf815 View commit details
    Browse the repository at this point in the history
  9. In the Terraform PR plan comment, use the target branch of the PR rat…

    …her than a hard-coded "staging" value
    danielnaab committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    761381e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ebaffe3 View commit details
    Browse the repository at this point in the history
  11. Upgrade Storybook to 8.2. 8.0 caused some problems on one dev machine…

    …, so hoping the issues are resolved now.
    danielnaab committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    c669c04 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    7721539 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b692e9e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43c274b View commit details
    Browse the repository at this point in the history
  4. Remove passage of private key to auth - it shouldn't be necessary wit…

    …h PKCE. Revisit if we switch to the JWT method.
    danielnaab committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6b9008b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d6af3a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3497832 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9c5168b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc44d2d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    7edc396 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5ad83e View commit details
    Browse the repository at this point in the history
  3. Remove old comment

    danielnaab committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    a2a4890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e1d1dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c197ecd View commit details
    Browse the repository at this point in the history