Releases: dmitry-viskov/pylti1.3
Releases · dmitry-viskov/pylti1.3
1.4.0
- New arguments in the
ToolConfAbstract.find_registration_by_issuer
method:action
,request
andjwt_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 withSameSite=None
andSecure
attributes in case if request is HTTPS- Bugfix
1.3.3
Bugfix
1.3.2
Deep links bugfix + refactoring internal API
1.3.1
Deep links bugfix + refactoring internal API
1.3.0
- Signature validation during jwt token decoding
- Allow 201 HTTP response from Platform
1.2.0
Update Assignments Grades Service: added new API methods, bugfix
1.1.1
Ability to pass custom params from oidc login to launch (bugfix)
1.1.0
- Ability to pass custom params from oidc login to launch.
AssignmentsGradesService.get_lineitems
new public methodMessageLaunch.fetch_public_key
that can be overridden- Example update