require "authograph/version" require "authograph/adapters/base" require "authograph/signer" module Authograph def self.signer(**_kwargs) Signer.new(**_kwargs) end end