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

Update DbAuthMiddleware.php #906

Merged
merged 2 commits into from
Sep 8, 2022

Commits on Sep 8, 2022

  1. Update DbAuthMiddleware.php

    Add separate property for login as this could be a view joining users table to other table such as roles, details etc. At a minimum, the view output should include the $usernameColumn and $passwordColumn.
    apps-caraga authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    bb0f163 View commit details
    Browse the repository at this point in the history
  2. Updated README for new property (loginTable)

    Included usage/dpcumentation for the added property for dbAuthentication middleware
    apps-caraga authored Sep 8, 2022
    Configuration menu
    Copy the full SHA
    12b5890 View commit details
    Browse the repository at this point in the history