getting-things-gnome / GTGOnline

An Online Application for Getting Things Gnome!
21 stars 7 forks source link

API: should use an identity token #7

Open Kernald opened 10 years ago

Kernald commented 10 years ago

The API currently uses the email/password in each request to identify the user. A better way to do it would be:

Ideally, the user/auth_gtg method should take an additional parameter, an app ID. If not used right now, it could be useful later to let the user revoke specific tokens.