Implementation of refresh tokens.

new route .../user/refreshtoken
This commit is contained in:
2020-11-21 19:21:41 +01:00
parent c1eb7d87c5
commit 2dc4636296
9 changed files with 116 additions and 47 deletions

View File

@@ -15,6 +15,7 @@
"axios": "^0.20.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie": "^0.4.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"esm": "^3.2.25",