Module: Rack::Auth::Signature::Helpers Private
- Includes:
- Configuration, Key, Parameters
- Included in:
- Rack::Auth::Signature
- Defined in:
- lib/rack/auth/signature/helpers.rb
Overview
This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.
Shared helpers for the Rack signature verification middleware.
Organizes functionality into three sub-modules:
-
Parameters — validates required signature parameters
-
Configuration — loads and merges middleware options
-
Key — resolves verification keys by keyid
Defined Under Namespace
Modules: Configuration, Key, Parameters