mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-12 19:58:50 +00:00
tokens refresh when jwt is expired and added basic axios config
This commit is contained in:
parent
36366d8814
commit
dc02a2ae52
15 changed files with 470 additions and 289 deletions
|
@ -96,7 +96,7 @@ userRouter.post("/login", validateData(userLoginSchema), loginUser);
|
|||
* security:
|
||||
* - bearerAuth: []
|
||||
* parameters:
|
||||
* - in: query
|
||||
* - in: path
|
||||
* name: username
|
||||
* required: true
|
||||
* schema:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue