Merge pull request #4061 from sagikazarmark/deprecate-resource-class
document resource class deprecation
This commit is contained in:
commit
8d12329a8f
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ is authorized for a specific resource.
|
||||||
|
|
||||||
#### Resource Class
|
#### Resource Class
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Resource Class is deprecated and ignored.
|
||||||
|
> `repository` and `repository(plugin)` are considered equal when authorizing a token.
|
||||||
|
> Authorization services should no longer return scopes with a resource class.
|
||||||
|
|
||||||
The resource type might have a resource class which further classifies the
|
The resource type might have a resource class which further classifies the
|
||||||
the resource name within the resource type. A class is not required and
|
the resource name within the resource type. A class is not required and
|
||||||
is specific to the resource type.
|
is specific to the resource type.
|
||||||
|
|
Loading…
Reference in a new issue