You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "This service is in charge of managing user authentication and authorization in the MRV Platform. It consists of the following resources:",
"main": "handler.js",
"dependencies": {
"http-server": "^0.11.1"
},
"devDependencies": {
"serverless-offline": "^4.4.0"
},
"scripts": {
"start": "http-server -o -p 3000 ./frontend",
"test": "echo \"Error: no test specified\" && exit 1"