mirror of
https://github.com/thegeneralist01/twitter-openapi
synced 2026-01-11 23:50:26 +01:00
update security
Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
parent
d4e1025acc
commit
b244579005
1 changed files with 9 additions and 33 deletions
|
|
@ -100,15 +100,6 @@ paths:
|
||||||
x-xss-protection:
|
x-xss-protection:
|
||||||
$ref: "#/components/headers/x-xss-protection"
|
$ref: "#/components/headers/x-xss-protection"
|
||||||
|
|
||||||
security:
|
|
||||||
- bearerAuth: []
|
|
||||||
- CsrfToken: []
|
|
||||||
- ActiveUser: []
|
|
||||||
- AuthType: []
|
|
||||||
- ClientLanguage: []
|
|
||||||
- CookieAuthToken: []
|
|
||||||
- CookieCt0: []
|
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- "timeline"
|
- "timeline"
|
||||||
- "login-required"
|
- "login-required"
|
||||||
|
|
@ -196,14 +187,6 @@ paths:
|
||||||
x-xss-protection:
|
x-xss-protection:
|
||||||
$ref: "#/components/headers/x-xss-protection"
|
$ref: "#/components/headers/x-xss-protection"
|
||||||
|
|
||||||
security:
|
|
||||||
- bearerAuth: []
|
|
||||||
- CsrfToken: []
|
|
||||||
- ActiveUser: []
|
|
||||||
- AuthType: []
|
|
||||||
- ClientLanguage: []
|
|
||||||
- CookieAuthToken: []
|
|
||||||
- CookieCt0: []
|
|
||||||
tags:
|
tags:
|
||||||
- "timeline"
|
- "timeline"
|
||||||
- "login-required"
|
- "login-required"
|
||||||
|
|
@ -290,14 +273,6 @@ paths:
|
||||||
x-xss-protection:
|
x-xss-protection:
|
||||||
$ref: "#/components/headers/x-xss-protection"
|
$ref: "#/components/headers/x-xss-protection"
|
||||||
|
|
||||||
security:
|
|
||||||
- bearerAuth: []
|
|
||||||
- CsrfToken: []
|
|
||||||
- ActiveUser: []
|
|
||||||
- AuthType: []
|
|
||||||
- ClientLanguage: []
|
|
||||||
- CookieAuthToken: []
|
|
||||||
- CookieCt0: []
|
|
||||||
tags:
|
tags:
|
||||||
- "timeline"
|
- "timeline"
|
||||||
- "login-required"
|
- "login-required"
|
||||||
|
|
@ -407,14 +382,6 @@ paths:
|
||||||
x-xss-protection:
|
x-xss-protection:
|
||||||
$ref: "#/components/headers/x-xss-protection"
|
$ref: "#/components/headers/x-xss-protection"
|
||||||
|
|
||||||
security:
|
|
||||||
- bearerAuth: []
|
|
||||||
- CsrfToken: []
|
|
||||||
- ActiveUser: []
|
|
||||||
- AuthType: []
|
|
||||||
- ClientLanguage: []
|
|
||||||
- CookieAuthToken: []
|
|
||||||
- CookieCt0: []
|
|
||||||
tags:
|
tags:
|
||||||
- "user"
|
- "user"
|
||||||
- "graphql"
|
- "graphql"
|
||||||
|
|
@ -1113,3 +1080,12 @@ tags:
|
||||||
description: login flow
|
description: login flow
|
||||||
- name: report-flow
|
- name: report-flow
|
||||||
description: report flow
|
description: report flow
|
||||||
|
|
||||||
|
security:
|
||||||
|
- bearerAuth: []
|
||||||
|
- CsrfToken: []
|
||||||
|
- ActiveUser: []
|
||||||
|
- AuthType: []
|
||||||
|
- ClientLanguage: []
|
||||||
|
- CookieAuthToken: []
|
||||||
|
- CookieCt0: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue