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

Created Middleware to Verify Scopes and reauthenticate if required #187

Merged
merged 27 commits into from
Aug 24, 2023

Commits on Jul 15, 2023

  1. Added middleware VerifyScopes to update access scopes

    Added middleware to verify scopes. This middleware will redirect the user to authenticate route if an access_scope mentioned in config file is missing.
    usmanpakistan authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    5fff833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba816ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd99808 View commit details
    Browse the repository at this point in the history
  4. variable renaming

    usmanpakistan authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0f0f429 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f05f947 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ac1e727 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8704c20 View commit details
    Browse the repository at this point in the history
  8. Update namespace

    usmanpakistan authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1708260 View commit details
    Browse the repository at this point in the history
  9. Update phpdoc

    usmanpakistan authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    bcdcfd9 View commit details
    Browse the repository at this point in the history
  10. PHP Cs-Fixer changes

    usmanpakistan authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    e36b004 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97bf927 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    40b9d01 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d6ebd5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    de21486 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    df5ca72 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5803b05 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    477ce40 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Create VerifyScopesTest.php

    Adding test cases
    usmanpakistan authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    daf7525 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062e7f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f609e35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9cba7bb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f25469 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a1f8a2d View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    1abe73d View commit details
    Browse the repository at this point in the history
  2. Add missing import

    Kyon147 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c72acb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b124e4f View commit details
    Browse the repository at this point in the history
  4. Update idea

    Kyon147 committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    44d1a02 View commit details
    Browse the repository at this point in the history