Closed mitchLui closed 2 years ago
When calling /user/login from the frontend, the backend should give a JSON object and save the data to googleObj in sessionStorage. I need to retrieve a value called code in this googleObj and use it in all subsequent requests.
/user/login
googleObj
sessionStorage
code
When calling
/user/login
from the frontend, the backend should give a JSON object and save the data togoogleObj
insessionStorage
. I need to retrieve a value calledcode
in thisgoogleObj
and use it in all subsequent requests.