Skip to content

v0.4.0

Compare
Choose a tag to compare
@calebkleveter calebkleveter released this 26 Apr 20:48
· 50 commits to master since this release
5df5571

Manipulating the Future

Decoding optional value from a request body only works when decoding asynchronously, so JWTAuthenticatable.authBody(from:) now returns a Future<AuthBody?>.