app/controllers/authentications_controller.rb in gds-sso-0.7.1 vs app/controllers/authentications_controller.rb in gds-sso-0.7.2
- old
+ new
@@ -1,6 +1,7 @@
class AuthenticationsController < ApplicationController
before_filter :authenticate_user!, :only => :callback
+ skip_before_filter :require_signin_permission!
layout false, :only => :callback
def callback
redirect_to session["return_to"] || '/'
end