Need for the JWT is because anyone can access the backend from Server to Server request, any client based request or request from the browser are blocked by the CORS but we need something like JWT to block the extra request from other Servers or Scripts
then we need 3 routes one to login, and other one to refresh the jwt token when need, the maze-generation this much complication is not needed to be done
Need for the JWT is because anyone can access the backend from Server to Server request, any client based request or request from the browser are blocked by the CORS but we need something like JWT to block the extra request from other Servers or Scripts