DELETE /presentation/<ID> authorization #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
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?
Deleting a presentation currently requires a "special" authentication as defined in config.ini. This is inconsistent since the rest of the API uses tokens for authentication of requests.
The API should be modified to expect an Authorization header containing a token to be checked the same way as other authenticated resources.