brysontyrrell / PatchServer

A self-hosted implementation of an external patch source for Jamf Pro 10.2+
http://patchserver.readthedocs.io/en/latest/
MIT License
67 stars 13 forks source link

API Authentication #3

Closed brysontyrrell closed 6 years ago

brysontyrrell commented 6 years ago

Optional API authentication has been added for the **/api/v1/title*** endpoints.

The Patch Server API section of the documentation details how to create your API token. A new API Authentication section details how to make a authenticated requests after you have created a token, and how to retrieve or reset your API token if it becomes lost.

>>The UI has not yet been updated to support this feature.<<

brysontyrrell commented 6 years ago

If there is no additional feedback I will merge these changes to Master on Monday.