method
user_name_and_password
Ruby on Rails latest stable (v7.1.3.2)
-
0 notes -
Class: ActionController::HttpAuthentication::Basic
user_name_and_password(request)
public
Hide source
# File actionpack/lib/action_controller/metal/http_authentication.rb, line 115 def user_name_and_password(request) decode_credentials(request).split(":", 2) end