Skip to content

Releases: oat-sa/lib-lti1p3-core

v3.3.1

05 Feb 19:38
f775621
Compare
Choose a tag to compare
  • Updated the version of ramsey/uuid dependency to allow the use of version 4

v3.3.0

01 Dec 15:29
2f2fb18
Compare
Choose a tag to compare
  • Added OidcTestingTrait to ease OIDC based testing flows

v3.2.2

25 Nov 11:41
7795151
Compare
Choose a tag to compare
  • Fixed lcobucci/jwt dependency to version 3.3.3

v3.2.1

20 Nov 17:52
5f2490a
Compare
Choose a tag to compare
  • Added fallback to JWKS lookup to check URL if key is not found in cache

v3.2.0

04 Nov 13:41
42ddc1a
Compare
Choose a tag to compare
  • Added possibility to specify allowed scopes for service calls validation
  • Fixed service client repository audience check
  • Updated documentation

v3.1.1

24 Oct 08:41
ff90dd2
Compare
Choose a tag to compare
  • Fixed DeepLinkingSettingsClaim boolean properties handling (select multiple, auto create)

v3.1.0

08 Oct 06:33
aa1a7da
Compare
Choose a tag to compare
  • Added PSR15 support for OIDC (init and auth) server components
  • Added possibility to reset the MessagePayloadBuilder to allow multiple generation
  • Added possibility to add several claims at once on the MessagePayloadBuilder
  • Added tool originating DeepLinking response messages stronger validation (on settings data claim)
  • Updated documentation

v3.0.0

30 Sep 07:41
79755e5
Compare
Choose a tag to compare
  • Added Travis integration
  • Added claims handling for DeepLinking, ACS, and Proctoring
  • Added PSR7 aware components to automate JWKS and OIDC (init and auth) exposition
  • Added content item resources for DeepLinking (form DeepLinking specifications)
  • Added new core message layer foundations (new interfaces and abstractions)
  • Added core tool originating message layer (builder, validator, result) based on new foundations
  • Reworked (breaking changes) core platform originating message layer (builder, validator, result) based on new foundations
  • Fixed core service client audience for access token requests
  • Updated php dependency to >= 7.2.0
  • Updated phpunit dependency to 8.5.8
  • Updated documentation

v2.4.0

20 Aug 07:15
06b2df4
Compare
Choose a tag to compare
  • Added Basic Outcome claim handling

v2.3.0

14 Aug 06:42
2c238c3
Compare
Choose a tag to compare
  • Added UserIdentityFactoryInterface
  • Added NRPS claim getter on LtiMessageInterface