mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 11:50:27 +01:00
Missing token authentication for API #90
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?
Originally created by @icovada on GitHub (Dec 28, 2025).
As of now, there is no way to add an API token for external automations to run on behalf of a user
@eitchtee commented on GitHub (Dec 28, 2025):
Currently you can use basic auth (i.e. your email and password). I know this is more unsafe than API tokens, so I'm leaving this open to take a look.
@icovada commented on GitHub (Dec 28, 2025):
Don't worry, I'm opening issues to track what I'm seeing, I plan to contribute