Re-synced controllers, configs, libraries, seeds, and docs with the latest API expectations and response helpers.
11 lines
223 B
YAML
Executable File
11 lines
223 B
YAML
Executable File
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
|