mirror of
https://github.com/bubblecup-12/VogelSocialMedia.git
synced 2025-07-12 22:18:49 +00:00
tokens refresh when jwt is expired and added basic axios config
This commit is contained in:
parent
c48498af95
commit
fbf645ba0f
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