PasswordPusher
PasswordPusher copied to clipboard
JSON API Authentication
Auditing is a feature we need to have for our use case and it does not seem to be possible to have an "Admin" style account that could see and manage all the entries in a self hosted instance.
I have gotten the JSON API working when the installation is setup for anonymous access. I did not find documentation on how to authenticate the API requests.
The API requests go through when sending them through a browser with an active session cookie, but this does not allow using an external system for sending the requests.
Please provide info on how to authenticate the API-requests for an existing user account.