We prefer having an automated process to deploy anything.
I’ve been looking at options to deploy an Auth0 Hook from my build pipeline. The Tenant settings show a way to initialise the wt-cli
(https://manage.auth0.com/#/tenant/webtasks), however the token shown doesn’t seem to have an expiry, or a way to revoke it, and is not contextualised to the currently logged in auth0 user…
I’ve looked at using wt init
without a token, however that does not seem capable of linking to an Auth0 Tenant…
Does anyone have a deploy pipeline for Auth0 hooks?
It would be great to be able to programmatically get a time-limited token using perhaps the Management API with an accompanying Client ID and Secret.