feat(fullstack): Add JWT validation

This commit is contained in:
2025-04-26 17:39:20 +02:00
parent 28954f7c2e
commit 667aab1f36
7 changed files with 84 additions and 5 deletions

View File

@@ -8,7 +8,10 @@ info:
email: denis.lugowski@gmail.com
servers:
- url: /
- url: http://localhost:8080
security:
- bearerAuth: []
paths:
/application-forms:
@@ -592,6 +595,12 @@ paths:
$ref: "https://api.swaggerhub.com/domains/smartbear-public/ProblemDetails/1.0.0#/components/responses/ServiceUnavailable"
components:
securitySchemes:
bearerAuth:
type: http
scheme: bearer
bearerFormat: JWT
schemas:
####### UserDto #######
UserDto: