Authenticate with user/pass vs access_token. I have succeeded to
authenticate with a user/pass against the Rest API where i put the
username/secretkey as the payload in the body with a POST method. Have
also succeeded to authenticate with the access_...
Thanks for the reply, you just acknowledged what i already thought. :)
Of course i would never give super_admin access to an API-user, that is
not following either least privilege or any type for security thinking
:) I have got access to FNDN so i wi...
Thanks Debbie,What would you say is the best use of API tokens vs
User/pass when using the API's? My educated guess is API token is for
monitoring (not sensitive config/modifications) and user/pass is for
automating sensitive modifications which need...