mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-24 23:41:47 -05:00
Authentication of API for external use #1746
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 @pacholoamit on GitHub (Dec 10, 2021).
Hello,
I'd like to use the Vikunja api outside of the UI. I'm having problems with authentication though. So far, what I've done is copy the Authorization token via the chrome inspector... I'm planning to write a cron job through code with the vikunja data (Tasks, etc.) to post them on a slack thread regularly. I haven't ready anything on the api documentation that could solve this problem...
Thanks!
@pacholoamit commented on GitHub (Dec 10, 2021):
Oh nevermind. Just found the POST route. Got the token