fluent v4.1.0 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • ๐Ÿš€ ###### This patch was authored and released by @0xTim.

    ๐Ÿ‘Œ Improves the experience for users writing web applications. Adds a ModelCredentialsAuthenticator to automatically conform Model types to CredentialsAuthenticatable 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

    Resolves #710
    Resolves #701

    ๐Ÿ“„ Docs here vapor/docs#576


Previous changes from v4.0.0

    • โšก๏ธ Updates to FluentKit 1 Alpha 2
    • โšก๏ธ Updates to Vapor 4 Alpha 2