Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Evernote strategy for OmniAuth

Resources

Stars

18 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages