Merge pull request #786 from kmycode/upstream-20240731

Upstream 20240731
This commit is contained in:
KMY(雪あすか) 2024-08-01 07:24:31 +09:00 committed by GitHub
commit 9e1c63aa2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
320 changed files with 3132 additions and 1643 deletions

View file

@ -5,5 +5,6 @@ class OauthMetadataSerializer < ActiveModel::Serializer
:revocation_endpoint, :scopes_supported,
:response_types_supported, :response_modes_supported,
:grant_types_supported, :token_endpoint_auth_methods_supported,
:code_challenge_methods_supported,
:service_documentation, :app_registration_endpoint
end