Session Management, CSRF Token Handling and Logout

preview_player
Показать описание
In this video, we solve 2 problems:
1) Session management for the user
2) Sending CSRF token from frontend to backend
We also implement logout functionality. Find the below links for further reference:
Рекомендации по теме
Комментарии
Автор

Thank you for the video, it pointed me in the right direction to solve my issue 🙌

_eddbot_
Автор

Is a little hard to understand what you are talking because you talk too much close from microphone but you content still fire, thanks for the content. Leaving my like .

felipemotta
Автор

when logout . should I delete csrf token and sessionId on client or server ?

haanh-mh