tokens refresh when jwt is expired and added basic axios config

This commit is contained in:
Kai Ritthaler 2025-06-25 07:56:30 +02:00 committed by Luisa Bellitto
parent c48498af95
commit fbf645ba0f
15 changed files with 470 additions and 289 deletions

View file

@ -96,7 +96,7 @@ userRouter.post("/login", validateData(userLoginSchema), loginUser);
* security:
* - bearerAuth: []
* parameters:
* - in: query
* - in: path
* name: username
* required: true
* schema: