| Age | Commit message (Collapse) | Author |
|
This was originally for the 'evernote_oauth' gem but we're no longer
using that one.
|
|
|
|
This is the sample callback code to get access to the OAuth auth hash.
A new route specifies that `SessionsController#create` should handle the
OAuth callback coming from Evernote.
|
|
Add a call to initialise the Evernote provider specified by
'omniauth-evernote'.
Use the sandbox base URL.
|
|
Removing the 'evernote-oauth' gem because I couldn't figure out how to
get it to work. Decided to go with OmniAuth to handle OAuth because I
had a good experience with it in the past and figured it would be
simpler to set up.
Also installing the 'omniauth-evernote' provider to enable
authentication with Evernote.
Comment out the route I had created to `auth/evernote#index` for
'evernote-oauth'.
|
|
|
|
* Add index method to HomeController
* Add root route to HomeController#index
* Add link on index page to `/auth/evernote`
|
|
Add the config file needed by the 'evernote-oauth' gem as specified in
the gem's README to provide our API keys.
|
|
|