D3V-Server/backend/schema/components/security-schemes.json

9 lines
140 B
JSON
Raw Normal View History

2026-03-07 13:49:44 +00:00
{
"bearerAuth": {
"type": "http",
"scheme": "bearer",
"bearerFormat": "JWT",
"description": "JWT Bearer Token authentication"
}
}