kmerz / graveio

where your code stays alive
BSD 2-Clause "Simplified" License
8 stars 11 forks source link

Add api key integration #64

Closed mafigit closed 10 years ago

mafigit commented 10 years ago

For future use with burry. And potential rest-api it would be great to have an api-key auth build in

kmerz commented 10 years ago

despite the fail of travis, I would like to see more tests here.. I don't see how this all fits.. and that is probably because I don't see examples in tests..

mafigit commented 10 years ago

using an apikey for the creation of new posts via json, would be the first step to make a simple json-api. this would make it much easier to create posts in your name with an external script

kmerz commented 10 years ago

But aren't api keys bound to applications? shouldn't it be user key then? What does the user or graveio gain from introducing api keys/ user keys?

kmerz commented 10 years ago

Okay I think I figured. But anyway this needs far more tests...!