Skip to content

v0.8.1

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 26 Jul 13:23
· 24 commits to master since this release
7f176b3

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.