Skip to content

Commit ae1ece5

Browse files
authored
Allow JWT in query string for reports (#312)
1 parent 146138b commit ae1ece5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gramps_webapi/api/resources/reports.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ class ReportFileResource(ProtectedResource, GrampsJSONEncoder):
200200
@use_args(
201201
{
202202
"options": fields.Str(validate=validate.Length(min=1)),
203+
"jwt": fields.String(required=False),
203204
},
204205
location="query",
205206
)

0 commit comments

Comments
 (0)