cgs / evernote

A Ruby client for Evernote
MIT License
144 stars 20 forks source link

OAuth #8

Closed Sjors closed 13 years ago

Sjors commented 13 years ago

Evernote's API key request page suggests that one should use OAuth for web applications. I tend to agree, since I don't like the idea of storing lots of user passwords on my server. Evernote provides a ruby example in their SDK download that uses oauth (via https://github.com/oauth/oauth-ruby). Is it possible to modify this gem to use OAuth? How would one do that?

cgs commented 13 years ago

Hmm that might be possible, but I haven't looked into it. If you'd like to investigate feel free to fork and mess around with it.