mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-07-22 05:42:11 -04:00
[PR #30] [MERGED] Add support for Cloudflare API Tokens #580
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qdm12/ddns-updater/pull/30
Author: @maisieccino
Created: 2/16/2020
Status: ✅ Merged
Merged: 2/16/2020
Merged by: @qdm12
Base:
master← Head:master📝 Commits (1)
87eaed7Add support for Cloudflare API Tokens📊 Changes
3 files changed (+15 additions, -5 deletions)
View changed files
📝
README.md(+1 -0)📝
internal/models/settings.go(+9 -3)📝
internal/update/update.go(+5 -2)📄 Description
This PR adds support for authenticating using Cloudflare API tokens, rather than
having to use your personal API key.
This is a more secure option, since the API tokens can be rolled over a lot
easier, and can be locked down to specific resources and actions.
I've tested this working on my own machine and seems to work great!
Information about the API tokens
Thanks for releasing this software, it's been really handy for my home setup!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.