Integrate authInterceptor for JWT handling, update API schema with bearerAuth security, and refactor configuration to support HTTP interceptors.

This commit is contained in:
2025-08-05 23:35:32 +02:00
parent 238c5d9644
commit e825d83124
3 changed files with 26 additions and 0 deletions
@@ -68,6 +68,8 @@ GetUsername:
- login
summary: Get the username for the logged in user
operationId: getUsername
security:
- bearerAuth: [ ]
responses:
'200':
description: Username retrieved