2
0

Update dependency doorkeeper to v5.8.0 (#33000)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
Emelia Smith
2024-11-21 14:48:30 +01:00
committed by GitHub
parent e4d5cc0ca6
commit 4517e18b79
7 changed files with 8 additions and 17 deletions

View File

@@ -65,7 +65,7 @@ class OauthMetadataPresenter < ActiveModelSerializers::Model
end
def code_challenge_methods_supported
%w(S256)
doorkeeper.pkce_code_challenge_methods_supported
end
private