#Foreword
This document explains why I decided to use a cookie with JWT(JSON Web Token) for implementing the Logout API. During the design process, we chose to use JWT instead of Sessions through the agreement with the frontend team, eliminating the ...