Yes, but what developers want from JWT is:

1) not having to worry about authentication in their app (and not about security issues, exploits, account recovery, fake accounts, bots, ...)

3) the ability to use it in any framework they want (e.g. the Go standard library "framework")

4) the ability to "upgrade" to full microservice authorization

And yes, these are sort-of kind-of not-quite-but-almost provided in Django, Spring and Ruby On Rails, but if you want to use whatever framework you want ... JWT is definitely the closest thing available, or at least it seems so.