16 lines
1.9 KiB
YAML
16 lines
1.9 KiB
YAML
- name: "OAuth implicit grant" # the name of the feature being removed. Avoid the words `deprecation`, `deprecate`, `removal`, and `remove` in this field because these are implied.
|
|
announcement_milestone: "14.0" # The milestone when this feature was deprecated.
|
|
announcement_date: "2021-06-22" # The date of the milestone release when this feature was deprecated. This should almost always be the 22nd of a month (YYYY-MM-DD), unless you did an out of band blog post.
|
|
removal_milestone: "15.0" # The milestone when this feature is being removed.
|
|
removal_date: "2022-05-22" # This should almost always be the 22nd of a month (YYYY-MM-DD), the date of the milestone release when this feature will be removed.
|
|
breaking_change: true # Change to true if this removal is a breaking change.
|
|
reporter: hsutor # GitLab username of the person reporting the removal
|
|
body: | # Do not modify this line, instead modify the lines below.
|
|
The OAuth implicit grant authorization flow is no longer supported. Any applications that use OAuth implicit grant must switch to alternative [supported OAuth flows](https://docs.gitlab.com/ee/api/oauth2.html).
|
|
# The following items are not published on the docs page, but may be used in the future.
|
|
stage: # (optional - may be required in the future) String value of the stage that the feature was created in. e.g., Growth
|
|
tiers: # (optional - may be required in the future) An array of tiers that the feature is available in currently. e.g., [Free, Silver, Gold, Core, Premium, Ultimate]
|
|
issue_url: # (optional) This is a link to the deprecation issue in GitLab
|
|
documentation_url: # (optional) This is a link to the current documentation page
|
|
image_url: # (optional) This is a link to a thumbnail image depicting the feature
|
|
video_url: # (optional) Use the youtube thumbnail URL with the structure of https://img.youtube.com/vi/UNIQUEID/hqdefault.jpg
|