Skip to content

szimek/omniauth-evernote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages