Sha256: 64b694a501b495d86e63983c107506a1b9c6c5b94eb17f3afccbb0dc9e7fb61c

Contents?: true

Size: 372 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
rodauth-oauth-0.10.2 lib/rodauth/features/oauth.rb
rodauth-oauth-0.10.1 lib/rodauth/features/oauth.rb
rodauth-oauth-0.10.0 lib/rodauth/features/oauth.rb
rodauth-oauth-0.9.3 lib/rodauth/features/oauth.rb
rodauth-oauth-0.9.2 lib/rodauth/features/oauth.rb
rodauth-oauth-0.9.1 lib/rodauth/features/oauth.rb
rodauth-oauth-0.9.0 lib/rodauth/features/oauth.rb