Open Natim opened 7 years ago
I find it cumbersome when we have account_create_principals = system.Everyone to have to put the ID in the body.
account_create_principals = system.Everyone
We could directly use the Authentication header to grab the user and the password:
http POST http://localhost:8888/v1/accounts --auth username:password
Be careful with the over optimism here :) It's not an easy-pick IMO
I find it cumbersome when we have
account_create_principals = system.Everyone
to have to put the ID in the body.We could directly use the Authentication header to grab the user and the password: