Actix-Web JWT middleware
I’m building a web application using Actix-web and I’m trying to secure my endpoints with JWT (JSON Web Token) middleware. However, it seems that the middleware isn’t working correctly, as my protected endpoints are still accessible without a valid token.