Hi I'm using this tutorial https://github.com/bradtraversy/mern-tutorial
I guess it must have slipped past him, but after 7 days when the JWT expires, the website goes into an infinite loop telling me I'm not authorized. I set the JWT expiration to 10 seconds to test the app, and I can't find a solution. I'm thinking he never routes it to logout if the token expires, but I'm new to MERN and can't figure out where to put that.