Update OAuth inflection to match spec (#35160)
This commit is contained in:
parent
377289c961
commit
47fda2df2c
18 changed files with 21 additions and 19 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class OauthMetadataPresenter < ActiveModelSerializers::Model
|
||||
class OAuthMetadataPresenter < ActiveModelSerializers::Model
|
||||
include RoutingHelper
|
||||
|
||||
attributes :issuer, :authorization_endpoint, :token_endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue