1
Fork 0
mirror of https://github.com/thegeneralist01/twitter-openapi synced 2026-01-11 07:30:37 +01:00

add security

Signed-off-by: ふぁ <yuki@yuki0311.com>
This commit is contained in:
ふぁ 2023-06-05 10:11:05 +09:00
parent 57e5454870
commit f9abea2fd3
No known key found for this signature in database
GPG key ID: 83A8A5E74872A8AA
5 changed files with 5 additions and 0 deletions

View file

@ -91,6 +91,7 @@ paths:
security:
- CsrfToken: []
- CookieCt0: []
- GuestToken: []
- CookieAuthToken: []
- AuthType: []
servers:

View file

@ -111,6 +111,7 @@ paths:
security:
- CsrfToken: []
- CookieCt0: []
- GuestToken: []
- CookieAuthToken: []
- AuthType: []
- UserAgent: []

View file

@ -111,6 +111,7 @@ paths:
security:
- CsrfToken: []
- CookieCt0: []
- GuestToken: []
- CookieAuthToken: []
- AuthType: []
- UserAgent: []

View file

@ -111,6 +111,7 @@ paths:
security:
- CsrfToken: []
- CookieCt0: []
- GuestToken: []
- CookieAuthToken: []
- AuthType: []
- UserAgent: []

View file

@ -51,6 +51,7 @@ components:
security:
- CsrfToken: []
- CookieCt0: []
- GuestToken: []
- CookieAuthToken: []
- AuthType: []
tags: