v0.8.1
Back to Where it Came From
In the JWTStorageMiddleware
, we where pulling the payload from the request's private container, saving it back again, and continuing. Yeah, not point in doing that!
So now we get the JWT from the auth header, verify it, and store the payload in the request's private container. A much better idea.