We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa0d805 + 5773309 commit 8c77455Copy full SHA for 8c77455
actionpack/lib/action_controller/metal/http_authentication.rb
@@ -431,7 +431,7 @@ module Token
431
module ControllerMethods
432
# Authenticate using an HTTP Bearer token, or otherwise render an HTTP header
433
# requesting the client to send a Bearer token. For the authentication to be
434
- # considered successful, `login_procedure` should return a non-nil value.
+ # considered successful, `login_procedure` must not return a false value.
435
# Typically, the authenticated user is returned.
436
#
437
# See ActionController::HttpAuthentication::Token for example usage.
0 commit comments