fluent v4.1.0 Release Notes
Release Date: 2020-12-08 // almost 3 years ago-
๐ ###### This patch was authored and released by @0xTim.
๐ Improves the experience for users writing web applications. Adds a
ModelCredentialsAuthenticator
to automatically conformModel
types toCredentialsAuthenticatable
and provide a middleware to use.โ This can be used when logging in users via a web form, as shown in the tests. This also backfills some tests for ModelSessionAuthenticatable.
๐ Also fixes a bug where the SessionAuthenticator was not using the provided
DatabaseID
๐ Docs here vapor/docs#576
Previous changes from v4.0.0
-
- โก๏ธ Updates to FluentKit 1 Alpha 2
- โก๏ธ Updates to Vapor 4 Alpha 2