implement openID authentication

This commit is contained in:
Stella Rouzi 2014-06-18 16:58:30 +03:00
parent 37e026a9fb
commit 600adde6ba
23 changed files with 408 additions and 14 deletions

View file

@ -2,7 +2,9 @@ Osem::Application.routes.draw do
get 'conference/show'
devise_for :users, controllers: { registrations: :registrations }, path: 'accounts'
devise_for :users, :controllers => { registrations: :registrations,
omniauth_callbacks: 'users/omniauth_callbacks' },
:path => 'accounts'
namespace :admin do
resources :users