unauthenticated requests are blocked with 401
signup/login issue HttpOnly JWT cookies
authenticated requests pass through to business logic
the admin panel redirects unauthenticated users
and logout revokes the token so subsequent requests return 401

Today, I plan to implement the required middleware signals in eventyay interpretation plugin for backend integration with the SUSI repository. I will also work on creating a toggleable interface in videos component to provide a cleaner and more flexible experience.
3. What is blocking me from making progress?