Skip to content

Releases: dmitry-viskov/pylti1.3

1.4.0

24 Mar 11:53
Compare
Choose a tag to compare
  • New arguments in the ToolConfAbstract.find_registration_by_issuer method: action, request and jwt_body (for cases if issuer is not enough to accurately find a registration)
  • Support Python 3.8
  • New adapter for Flask Web Framework
  • state cookie is set with SameSite=None and Secure attributes in case if request is HTTPS
  • Bugfix

1.3.3

23 Jan 10:34
Compare
Choose a tag to compare

Bugfix

1.3.2

30 Oct 10:32
Compare
Choose a tag to compare

Deep links bugfix + refactoring internal API

1.3.1

30 Oct 10:02
Compare
Choose a tag to compare

Deep links bugfix + refactoring internal API

1.3.0

22 Aug 13:16
Compare
Choose a tag to compare
  • Signature validation during jwt token decoding
  • Allow 201 HTTP response from Platform

1.2.0

20 Aug 17:16
Compare
Choose a tag to compare

Update Assignments Grades Service: added new API methods, bugfix

1.1.1

16 Aug 15:18
Compare
Choose a tag to compare

Ability to pass custom params from oidc login to launch (bugfix)

1.1.0

16 Aug 13:12
Compare
Choose a tag to compare
  • Ability to pass custom params from oidc login to launch.
  • AssignmentsGradesService.get_lineitems new public method
  • MessageLaunch.fetch_public_key that can be overridden
  • Example update