11 lines
213 B
YAML
11 lines
213 B
YAML
|
|
bearerAuth:
|
||
|
|
type: http
|
||
|
|
scheme: bearer
|
||
|
|
bearerFormat: JWT
|
||
|
|
description: JWT token from login endpoint
|
||
|
|
cookieAuth:
|
||
|
|
type: apiKey
|
||
|
|
in: cookie
|
||
|
|
name: token
|
||
|
|
description: JWT token stored in HTTP-only cookie
|