mirror of
https://github.com/navidrome/navidrome.git
synced 2026-03-04 06:35:52 +00:00
17 lines
438 B
JSON
17 lines
438 B
JSON
{
|
|
"name": "Test HTTP Endpoint Native Plugin",
|
|
"author": "Navidrome Test",
|
|
"version": "1.0.0",
|
|
"description": "Test plugin for native (JWT) HTTP endpoint integration testing",
|
|
"permissions": {
|
|
"endpoints": {
|
|
"auth": "native",
|
|
"paths": ["/hello", "/echo"],
|
|
"reason": "Testing native auth HTTP endpoint handling"
|
|
},
|
|
"users": {
|
|
"reason": "Authenticated endpoints require user access"
|
|
}
|
|
}
|
|
}
|