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

Auth2 support #3790

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Auth2 support #3790

wants to merge 8 commits into from

Commits on Oct 25, 2023

  1. MiradorCanvas inspects annotation type and service profile to determi…

    …ne iiif images
    
    - jest specs for image service identification
    - jest specs for resource type filters
    - ProjectMirador#3789
    barmintor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    cf3caf1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ca78c7 View commit details
    Browse the repository at this point in the history
  3. auth state selector should check non-image resources

    - IIIF Auth2 services will be members of a probe service
    - ProjectMirador#3789
    barmintor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    9262a07 View commit details
    Browse the repository at this point in the history
  4. look for typed services providing Auth2 token/logout (ProjectMirador#…

    …3789)
    
    - DRY search routines into functions defined in getServices
    - all routines should look for Auth2 types and Auth1 profiles
    - include search for uncoducmented Auth1 implementation of explicit probe service
    barmintor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    45a42fe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fc73784 View commit details
    Browse the repository at this point in the history
  6. squash getServices

    barmintor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    477a7e0 View commit details
    Browse the repository at this point in the history
  7. add reducers and actions for auth2 probe responses

    - correct a spec name in accessTokens.test.js
    - stop refetching accessTokens if state has an ok true/false attribute
    - ProjectMirador#3789
    barmintor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    bc166cb View commit details
    Browse the repository at this point in the history
  8. Auth2 Probe responses WIP - needs specs for:

    - src/state/sagas/auth.js
    - src/state/sagas/iiif.js
    - src/state/sagas/windows.js
    - src/state/selectors/auth.js
    - src/state/selectors/canvases.js
    barmintor committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    0231d8e View commit details
    Browse the repository at this point in the history