Releases: dlcs/iiif-auth-v2
Releases · dlcs/iiif-auth-v2
v1.1.2 - Support HS256 signed keys
What's Changed
- Bump actions/cache from 3 to 4 by @dependabot in #38
- Additional logging for validating token by @donaldgray in #44
- Support HS256 signed keys by @donaldgray in #45
Full Changelog: v1.1.1...v1.1.2
v1.1.1 - Configurable auth0 redirect_url
What's Changed
- Allow oauth2
redirect_url
to differ per domain by @donaldgray in #40
Full Changelog: v1.1.0...v1.1.1
v1.1.0 - Handle oauth/oidc role-providers
Summary
Main change is to support oauth/oidc role-provider as described in Protagonist RFC 008.
What's Changed
- Use httpOnly cookie by @donaldgray in #35
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #36
- Handle oidc/oauth role-provider by @donaldgray in #37
New Contributors
- @dependabot made their first contribution in #36
Full Changelog: v1.0.2...v1.1.0
v1.0.2
v1.0.1
What's Changed
- Update default sig-gesture message by @donaldgray in #32
Full Changelog: v1.0.0...v1.0.1
v1.0.0 - Initial Release
Overview
Initial release supporting clickthrough authentication only.
What's Changed
- Initial, basic implementation - dockerfile + logging by @donaldgray in #11
- Add gh actions + dependabot config by @donaldgray in #12
- Add GET endpoint for auth services description by @donaldgray in #15
- Add AccessService supporting clickthrough by @donaldgray in #16
- Add Access Token Service by @donaldgray in #18
- Add internal/downstream endpoints (probe and verifyaccess) by @donaldgray in #19
- Add logout endpoint by @donaldgray in #21
- /probe/ becomes /probe_internal/ to differentiate from orchestrator by @donaldgray in #22
- Bulk merge dependabot actions updates by @donaldgray in #30
- Make origin value in AccessTokenResponse a valid JS string by @donaldgray in #25
- Extend custom domain handling by @donaldgray in #31
New Contributors
- @donaldgray made their first contribution in #11
Full Changelog: https://github.com/dlcs/iiif-auth-v2/commits/v1.0.0