valentineus / moodle-webhooks

Webhooks allow applications to subscribe to Moodle events.
https://moodle.org/plugins/local_webhooks
GNU General Public License v3.0
17 stars 14 forks source link

"token" Column doesn't allow JWT: JSON Web Tokens #27

Open francoisdtOC opened 2 years ago

francoisdtOC commented 2 years ago

We are using the webhooks plugin to integrate with our SIS and it seems that the "tokens" DB column doesn't allow values bigger than 255 characters.

We've gone ahead and adjusted this to text via a DB script to fix the issue.

We are also in the process of adjusting the install and adding an upgrade to the plugin to fix this issue for all our clients.

francoisdtOC commented 2 years ago

Check forked branch above for the fix.