Using JWTs for internal service authentication

After seeing the many articles and talks stating that JWTs are not a good choice for user auth, I have create a proxy service which uses a simple session cookie to authenticate a user's request, ex...

Information Security Stack Exchange