Kinto / kinto

A generic JSON document store with sharing and synchronisation capabilities.
http://docs.kinto-storage.org/
Other
4.33k stars 422 forks source link

Allow account creation without a body #1251

Open Natim opened 7 years ago

Natim commented 7 years ago

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:

http POST http://localhost:8888/v1/accounts --auth username:password
leplatrem commented 7 years ago

Be careful with the over optimism here :) It's not an easy-pick IMO