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 896e331 + 92407d3 commit 3ac9b92Copy full SHA for 3ac9b92
lib/warden/strategies/base.rb
@@ -9,7 +9,7 @@ module Strategies
9
# You _may_ provide a @valid?@ method.
10
# The valid method should return true or false depending on if the strategy is a valid one for the request.
11
#
12
- # The parameters for Warden::Strategies.add method is:
+ # The parameters for Warden::Strategies.add method are:
13
# <label: Symbol> The label is the name given to a strategy. Use the label to refer to the strategy when authenticating
14
# <strategy: Class|nil> The optional strategy argument if set _must_ be a class that inherits from Warden::Strategies::Base and _must_
15
# implement an @authenticate!@ method
0 commit comments