facundobatista / kilink

A next generation pastebin
GNU General Public License v3.0
25 stars 30 forks source link

We need an authenticated API #26

Open facundobatista opened 11 years ago

facundobatista commented 11 years ago

We need a way for the applications that use the API to authenticate, to access private information or actions of the user.

To do this, I like a lot the "token" based stuff. Maybe not even OAuth. but it's an option. Don't forget to check how GitHub is doing this very same thing.

Of course, all is over HTTPS.