Added refresh user token flow using httpOnly cookies

This commit is contained in:
2024-03-25 09:50:37 -05:00
parent 461b311347
commit 5b75f8bb9a
18 changed files with 1249 additions and 9 deletions

View File

@@ -1,6 +1,7 @@
{
"type": "module",
"dependencies": {
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.19.0",