Class: Gruf::Authentication::None
- Defined in:
- lib/gruf/authentication/none.rb
Overview
No authentication strategy
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#valid?(_call) ⇒ TrueClass
Always true for this passthrough strategy.
Methods inherited from Base
Methods included from Loggable
Constructor Details
This class inherits a constructor from Gruf::Authentication::Base
Instance Method Details
#valid?(_call) ⇒ TrueClass
Returns Always true for this passthrough strategy.
27 28 29 |
# File 'lib/gruf/authentication/none.rb', line 27 def valid?(_call) true end |