Skip to content
 
 

Latest commit

 

History

19 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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages