Can we add auth to the load of an external UMD js library?
e.g. load from a private GitHub repo with a PAT
Can we add auth to the load of an external UMD js library?
e.g. load from a private GitHub repo with a PAT
Hi @jmontrose,
Not in our app libraries feature, but I believe you have a couple of options:
If you are self hosting Retool, you can access private npm registries within Workflows
Custom React components can leverage public or private npm packages, as they are written locally in your development environment and then deployed to Retool. We have seen incompatibility with some libraries if they have dependencies that don't allow dynamic import, so if you go with this approach, I recommend testing whether you can access your library via custom component before building out the full component.