How can I store session info of guest user in nest...
# general
k
How can I store session info of guest user in nest js ? The documentation doesnot explain the complete flow Please help
r
hey @krrishan
storing session info in the anonymous session?
if yes, that can be done by creating a new JWT with the new set of claims and sending the set-cookie response header in your API to update it in the browser.
10 Views