Skip to content

WIP: Add basic authentication

Devin Rich requested to merge add-basic-authentication into master

This feature makes it so all API calls are read-only by default. You must login with a username and password in order to make any non-GET calls.

Merge request reports