messagebird / php-rest-api

This repository contains the open source PHP client for MessageBird's REST API.
https://developers.messagebird.com/
BSD 2-Clause "Simplified" License
158 stars 95 forks source link

Allow changing JWT leeway parameter #219

Open EmilMassey opened 1 year ago

EmilMassey commented 1 year ago

Previously, leeway was hardcoded to 1 second. This PR adds ability to change this value.

Originally implemented in https://github.com/abandon-the-jazz/messagebird-php-rest-api/pull/1