Sha256: 3f521552620718070ab014a8aa22ecb33ac83a28d22731e47580963fee178e6a
Contents?: true
Size: 406 Bytes
Versions: 72
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module Decidim module Doorkeeper # Custom Doorkeeper AuthorizationsController to avoid namespace problems. class AuthorizationsController < ::Doorkeeper::AuthorizationsController helper_method :oauth_application def oauth_application @oauth_application ||= Decidim::OAuthApplication.find_by(uid: params[:client_id]) end end end end
Version data entries
72 entries across 72 versions & 1 rubygems