You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
docuseal/app/controllers/oauth/token_proxy_controller.rb

9 lines
254 B

# frozen_string_literal: true
module Oauth
# Root-path alias so clients (Claude.ai web) that ignore discovery metadata
# and POST to /token still hit Doorkeeper's token endpoint.
class TokenProxyController < Doorkeeper::TokensController
end
end