Sha256: a3b203bfb0d02f194599210abbf52427a24582a66719b61a16c2c994d6327192
Contents?: true
Size: 333 Bytes
Versions: 28
Compression:
Stored size: 333 Bytes
Contents
require 'oauth/controllers/provider_controller' class OauthController < ApplicationController include OAuth::Controllers::ProviderController # Override this to match your authorization page form # It currently expects a checkbox called authorize # def user_authorizes_token? # params[:authorize] == '1' # end end
Version data entries
28 entries across 28 versions & 5 rubygems