• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pulibrary / tigerdata-app / 06b34e0f-9eb9-4f19-8b30-8cd31925be17

02 Dec 2025 02:30PM UTC coverage: 87.656%. Remained the same
06b34e0f-9eb9-4f19-8b30-8cd31925be17

Pull #2258

circleci

carolyncole
Add a login and learn more actions to the welcome screen
remove the early adopter information as that is no longer true
Pull Request #2258: Add a login and learn more actions to the welcome screen

2805 of 3200 relevant lines covered (87.66%)

357.06 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

100.0
/app/controllers/users/mediaflux_callbacks_controller.rb
1
# frozen_string_literal: true
2
class Users::MediafluxCallbacksController < ApplicationController
1✔
3
  def passthru
1✔
4
    session[:original_path] = params["path"]
1✔
5
    redirect_to session[:cas_login_url], allow_other_host: true
1✔
6
  end
7

8
  def cas
1✔
9
    ticket = params[:ticket]
2✔
10
    uri = URI.parse(session[:cas_validation_url])
2✔
11
    token = "#{uri.query}#{ticket}"
2✔
12
    current_user.mediaflux_login(token, session)
2✔
13
    redirect_to(session["original_path"] || dashboard_path)
2✔
14
  end
15
end
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc