lib/rodauth/features/oauth.rb in rodauth-oauth-0.8.0 vs lib/rodauth/features/oauth.rb in rodauth-oauth-0.9.0
- old
+ new
@@ -1,9 +1,9 @@
# frozen-string-literal: true
module Rodauth
Feature.define(:oauth, :Oauth) do
depends :oauth_base, :oauth_authorization_code_grant, :oauth_pkce, :oauth_implicit_grant,
- :oauth_device_grant, :oauth_token_introspection, :oauth_token_revocation,
- :oauth_application_management, :oauth_token_management
+ :oauth_client_credentials_grant, :oauth_device_grant, :oauth_token_introspection,
+ :oauth_token_revocation, :oauth_application_management, :oauth_token_management
end
end