feat(fullstack): Add JWT validation
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user