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

Added auth and user scaffolding to skeleton app #34

Merged
merged 58 commits into from
Aug 20, 2023
Merged

Commits on Apr 19, 2023

  1. Configuration menu
    Copy the full SHA
    2a7da8e View commit details
    Browse the repository at this point in the history
  2. Fixed missing PHPDoc

    davidbyoung committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b2dab7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    410a57d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35c00b1 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2023

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

Commits on Apr 23, 2023

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

Commits on Apr 24, 2023

  1. Fixed typo

    davidbyoung authored Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3583979 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

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

Commits on May 5, 2023

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

Commits on May 6, 2023

  1. Configuration menu
    Copy the full SHA
    30c78e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13cf295 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb5722b View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Small refactorings

    davidbyoung committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a44d378 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. Configuration menu
    Copy the full SHA
    e659e1d View commit details
    Browse the repository at this point in the history
  2. Added some more tests

    davidbyoung committed May 13, 2023
    Configuration menu
    Copy the full SHA
    05b59e2 View commit details
    Browse the repository at this point in the history
  3. Made cookie the default authentication scheme, removed unnecessary Au…

    …thenticate attribute, but tests are still broken
    davidbyoung committed May 13, 2023
    Configuration menu
    Copy the full SHA
    faa8428 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Updated more code to use PrincipalBuilder, discovered bug that is not…

    … enforcing authentication during authorization
    davidbyoung committed May 14, 2023
    Configuration menu
    Copy the full SHA
    931c5f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ee55b9 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary comma

    davidbyoung committed May 14, 2023
    Configuration menu
    Copy the full SHA
    a51e980 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Fixed tests

    davidbyoung committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9beaa8e View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Updated to latest Aphiria

    davidbyoung committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    f9e44c3 View commit details
    Browse the repository at this point in the history
  2. Merge branch '1.x' into auth-improvements

    # Conflicts:
    #	.env.dist
    #	src/Demo/Auth/DummyAuthenticationHandler.php
    #	src/Demo/Users/UserModule.php
    davidbyoung committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    41c18c9 View commit details
    Browse the repository at this point in the history
  3. Merged origin

    davidbyoung committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    6493f2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4583fd3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    1d95c0c View commit details
    Browse the repository at this point in the history
  2. Ran linter

    davidbyoung committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    d14660b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6932e96 View commit details
    Browse the repository at this point in the history
  4. Added some more comments

    davidbyoung committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    ad701f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81738b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b2a80b View commit details
    Browse the repository at this point in the history
  7. Made var names consistent

    davidbyoung committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    e4a82dc View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    b149a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a8e506 View commit details
    Browse the repository at this point in the history
  3. Fixed Psalm issue

    davidbyoung committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5cea302 View commit details
    Browse the repository at this point in the history
  4. Fixed Psalm config

    davidbyoung committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    90f031a View commit details
    Browse the repository at this point in the history
  5. Fixed Psalm config

    davidbyoung committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    053c487 View commit details
    Browse the repository at this point in the history
  6. Fixed some Psalm errors

    davidbyoung committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1b014ed View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5f0208 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6bf8874 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    43a4f8d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5b97413 View commit details
    Browse the repository at this point in the history
  11. Fixed Psalm error

    davidbyoung committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    75dd204 View commit details
    Browse the repository at this point in the history
  12. Simplified logic

    davidbyoung committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    0d17e35 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3948cf8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3207695 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

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

Commits on Aug 9, 2023

  1. Removed unused import

    davidbyoung committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    0f640b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbf0ef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e556f7 View commit details
    Browse the repository at this point in the history
  4. Minor CS changes

    davidbyoung committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c188f07 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Configuration menu
    Copy the full SHA
    dbc034a View commit details
    Browse the repository at this point in the history
  2. Refactored default user credentials to be read from .env file, added …

    …command to generate them
    davidbyoung committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    1934082 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6a0a60 View commit details
    Browse the repository at this point in the history
  4. Fixed Psalm error

    davidbyoung committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    13f286c View commit details
    Browse the repository at this point in the history
  5. Fixed Psalm error

    davidbyoung committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    8d95183 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 18, 2023

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