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

feat: Add "authenticated" user roles and permissions, and amend API definitions [DEV-2684] #267

Merged
merged 4 commits into from
Jun 26, 2023

Commits on Jun 21, 2023

  1. THe first variant of API auth implementation

    Andrew Nikitin committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0d17f7c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Refactoring + chain of responsibility for auth

    Andrew Nikitin committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4eeb2de View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Merge remote-tracking branch 'origin/develop' into DEV-2684

    Andrew Nikitin committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    771f28f View commit details
    Browse the repository at this point in the history
  2. Modifications:

    - Injected chain of responsibilities for auth
    - Renamed `revocation` API endpoint to `credential-status`
    - Fixed logic when authentication enabled or not.
    - small refactoring
    Andrew Nikitin committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    a271a8e View commit details
    Browse the repository at this point in the history