mirror of https://github.com/mastodon/mastodon
Update dependency doorkeeper to v5.8.0 (#33000)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>pull/33005/merge
parent
e4d5cc0ca6
commit
4517e18b79
@ -1,13 +0,0 @@
|
|||||||
# frozen_string_literal: true
|
|
||||||
|
|
||||||
module OauthPreAuthorizationExtension
|
|
||||||
extend ActiveSupport::Concern
|
|
||||||
|
|
||||||
included do
|
|
||||||
validate :code_challenge_method_s256, error: Doorkeeper::Errors::InvalidCodeChallengeMethod
|
|
||||||
end
|
|
||||||
|
|
||||||
def validate_code_challenge_method_s256
|
|
||||||
code_challenge.blank? || code_challenge_method == 'S256'
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
Reference in New Issue