Skip to content

Commit

Permalink
use the same token service for external and active (DLC-1130)
Browse files Browse the repository at this point in the history
- bump version of mirador fork
  • Loading branch information
barmintor committed Jun 17, 2024
1 parent 3a45c4d commit 506718e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion app/models/iiif/authz/v2/external_access_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(canvas, route_helper:, **_args)
end

def token_service
Iiif::Authz::V2::AccessTokenService.new(canvas, route_helper: route_helper, format: 'json').to_h
Iiif::Authz::V2::AccessTokenService.new(canvas, route_helper: route_helper).to_h
end

def to_h
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/runtime": "^7.22.15",
"@blueprintjs/core": "^5.3.0",
"@blueprintjs/icons": "^5.1.6",
"@columbia-libraries/mirador": "3.3.1-3789.8",
"@columbia-libraries/mirador": "3.3.1-3789.9",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@fortawesome/fontawesome-free": "6.4.2",
Expand Down Expand Up @@ -68,7 +68,7 @@
"@columbia-libraries/mirador/openseadragon": "4.0.0"
},
"peerDependencies": {
"@columbia-libraries/mirador": "3.3.1-3789.8",
"@columbia-libraries/mirador": "3.3.1-3789.9",
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"dnd-core": "^16.0.1",
Expand All @@ -78,7 +78,7 @@
"devDependencies": {
"@emotion/babel-preset-css-prop": "^11.11.0",
"@webpack-cli/serve": "^2.0.5",
"@columbia-libraries/mirador": "3.3.1-3789.8",
"@columbia-libraries/mirador": "3.3.1-3789.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack-dev-server": "^4.15.1"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1067,10 +1067,10 @@
classnames "^2.3.1"
tslib "~2.6.2"

"@columbia-libraries/[email protected].8":
version "3.3.1-3789.8"
resolved "https://registry.yarnpkg.com/@columbia-libraries/mirador/-/mirador-3.3.1-3789.8.tgz#35e8201badf6429cbe6228706399a7a208fac8e2"
integrity sha512-BXAAgRzV9uo+DTSErgBhfE7jjj7NlbRHM6oWOLx0jFhu4dfBf18n62jb02e9rCLsOFsJXU0IP6Xgkc0Y6gQczQ==
"@columbia-libraries/[email protected].9":
version "3.3.1-3789.9"
resolved "https://registry.yarnpkg.com/@columbia-libraries/mirador/-/mirador-3.3.1-3789.9.tgz#622e7289ffd73ead2433de3f48dc2a54d5833576"
integrity sha512-dUOGq7KIlyI8tR0lpx5ndQpbzem4AvRwp6uR8URZY82rDWzE1zj56c6SlStXraDPl2sqqdP7bLnmK3m1bgSD+Q==
dependencies:
"@emotion/cache" "^11.11.0"
"@emotion/react" "^11.10.6"
Expand Down

0 comments on commit 506718e

Please sign in to comment.