Sha256: 98b9602e18a9990ff2a0b3c3dbf12b6c134ededac8a51c6e24903ae917e9ce3b

Contents?: true

Size: 372 Bytes

Versions: 2

Compression:

Stored size: 372 Bytes

Contents

# frozen_string_literal: true

module Rodauth
  Feature.define(:oauth, :Oauth) do
    depends :oauth_base, :oauth_authorization_code_grant, :oauth_pkce, :oauth_implicit_grant,
            :oauth_client_credentials_grant, :oauth_device_grant, :oauth_token_introspection,
            :oauth_token_revocation, :oauth_application_management, :oauth_token_management
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rodauth-oauth-0.10.4 lib/rodauth/features/oauth.rb
rodauth-oauth-0.10.3 lib/rodauth/features/oauth.rb