Intégration France Connect - sans les tests

This commit is contained in:
Xavier J 2015-10-06 11:21:20 +02:00
parent 40d5802d4a
commit fd60692ade
19 changed files with 86 additions and 337 deletions

View file

@ -1,28 +0,0 @@
class Users::OmniauthCallbacksController < Devise::OmniauthCallbacksController
# You should configure your model like this:
# devise :omniauthable, omniauth_providers: [:twitter]
# You should also create an action method in this controller like this:
# def twitter
# end
# More info at:
# https://github.com/plataformatec/devise#omniauth
# GET|POST /resource/auth/twitter
# def passthru
# super
# end
# GET|POST /users/auth/twitter/callback
# def failure
# super
# end
# protected
# The path used when omniauth fails
# def after_omniauth_failure_path_for(scope)
# super(scope)
# end
end