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

Refactor/authentication #178

Commits on Sep 17, 2024

  1. Refactor: Routing context

    Added routing context helper to add and fetch objects from routing context
    shreelakshmijoshi committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dfb6885 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0c1a16 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Refactor: Authentication, authorization

    Refactored classes related to authentication and authorization by <br> 1.Having seperate handlers for authentication, authorization <br> 2. Having seperate AuthHandler for verify policy <br> 3. Changed AuthHandler to have non-static create method <br> 4. Static methods in RoutingContextHelper to add and get info from routing context
    shreelakshmijoshi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    08eb2cc View commit details
    Browse the repository at this point in the history
  2. Refactor: Authentication, authorization

    Refactored classes related to auth
    entication and authorization by <br> 1.Having seperate handlers for authentication, authorization <br> 2. Having seperate AuthHandler for verify policy <br> 3. Changed AuthHandler to have non-static create method <br> 4. Static methods in RoutingContextHelper to add and get info from routing context
    shreelakshmijoshi committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    2f5ccb3 View commit details
    Browse the repository at this point in the history