Feature: Allow token introspection without read scope (#27142)
This commit is contained in:
parent
4612576c68
commit
7c3fea7275
3 changed files with 79 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class REST::ApplicationSerializer < ActiveModel::Serializer
|
||||
attributes :id, :name, :website, :redirect_uri,
|
||||
attributes :id, :name, :website, :scopes, :redirect_uri,
|
||||
:client_id, :client_secret, :vapid_key
|
||||
|
||||
def id
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue