How can I store session info of guest user in nest js ?
The documentation doesnot explain the complete flow
Please help
r
rp_st
10/16/2023, 4:40 PM
hey @krrishan
rp_st
10/16/2023, 4:40 PM
storing session info in the anonymous session?
rp_st
10/16/2023, 4:41 PM
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.