I want to update my client’s DNS zone that is hosted in the Cloudflare.
As far as I see I should ask a client to generate for me a temporary API token with Zone.DNS
permissions and already with this token I will be able to access a Cloudflare API:
Is there a way to make this process more transparent? For example, like in the Microsoft GraphAPI:
https://login.microsoftonline.com/common/oauth2/authorize?prompt=login&response_type=code&scope=People.Read+Contacts.Read.Shared&client_id=CLIENTID&redirect_uri=https://mydomain.com/api/o/v1/cloudflare/callback`