oat-sa / lib-lti1p3-core

PHP library for LTI 1.3 Core implementations as platforms and / or as tools.
GNU General Public License v2.0
33 stars 16 forks source link

feat: allow setting custom JWT TTL #162

Closed wazelin closed 1 year ago

wazelin commented 1 year ago

This PR aims to allow setting custom JWT TTL.

Additional changes include adding php-http/message-factory as an explicit dependency, now that the latest nyholm/psr7 has deprecated its usage; a follow-up with a potential breaking change will be required