No release in over 3 years
Low commit activity in last 3 years
OmniAuth strategy for Evernote
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 2.7

Runtime

 Project Readme

Omniauth Evernote Build Status Dependency Status

This is OmniAuth strategy for authenticating to Evernote.

Usage

By default the strategy uses http://www.evernote.com site. In development you'll want to use https://sandbox.evernote.com instead. To do it you'll need to pass site option:

use OmniAuth::Builder do
 provider :evernote, ENV['EVERNOTE_KEY'], ENV['EVERNOTE_SECRET'], :client_options => { :site => 'https://sandbox.evernote.com' }
end