All Versions
2
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.3.0 Changes

    ๐Ÿ’ฅ Breaking:

    Requires phoenix ~> 1.0.0 and ecto ~> 1.0.0. ๐Ÿ‘‰ Make sure your username or email column has a unique index.

  • v0.2.2 Changes

    ๐Ÿ’ฅ Breaking:

    Mailer methods now take the connection as additional argument. See lib/phoenix_token_auth/helpers/mailing_behaviour.ex. This allows e.g. accessing headers or adding data from another plug. Thanks to @OpakAlex.