# callback routes that go to authentications controller.
  
  get "/auth/:provider/callback" => 'authentications#create'
  get "/auth/failure" => "authentications#failure"