Sha256: 68c4c7896fe7c509d63b062f7856edbc1c8ab2efa416cd41bcdb1f5cf7e73862
Contents?: true
Size: 373 Bytes
Versions: 3
Compression:
Stored size: 373 Bytes
Contents
# frozen_string_literal: true module AuthRails class Config class << self attr_accessor :dig_params, :error_class, :authenticate, :resource_class, :identifier_name, :retrieve_resource def jwt yield Configuration::Jwt end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
auth_rails-1.1.2 | lib/auth_rails/config.rb |
auth_rails-1.1.1 | lib/auth_rails/config.rb |
auth_rails-1.1.0 | lib/auth_rails/config.rb |