Class: Fizzy::MagicLinkFlow::NullAuth Private
- Inherits:
-
Object
- Object
- Fizzy::MagicLinkFlow::NullAuth
- Includes:
- AuthStrategy
- Defined in:
- lib/fizzy/magic_link_flow.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Null authentication strategy for unauthenticated requests.
Instance Method Summary collapse
- #authenticate(headers) ⇒ Object private
Instance Method Details
#authenticate(headers) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
52 53 54 |
# File 'lib/fizzy/magic_link_flow.rb', line 52 def authenticate(headers) # No authentication needed for magic link flow initiation end |