I am trying to load this library in Retool, and use it in scripts triggered by a click on the button component:
https://cdn.jsdelivr.net/npm/jsonwebtoken@8.5.1/index.js
I have tried to load it according to documentation: Preloaded JavaScript and Libraries
But I still cannot access it in the script. How can I load it properly?