Pow Assent Versions Save

Multi-provider authentication for your Pow enabled app

v0.4.18

3 months ago

Now supports Phoenix HTML 4.0. #248

PowAssent.Phoenix.ViewHelpers has been replaced with PowAssent.Phoenix.HTML.CoreComponents for Phoenix 1.7. The following functions be used in place of the previous view helper functions:

  • PowAssent.Phoenix.HTML.CoreComponents.provider_links/1
  • PowAssent.Phoenix.HTML.CoreComponents.authorization_link/1
  • PowAssent.Phoenix.HTML.CoreComponents.deauthorization_link/1

Enhancements

  • [PowAssent.Phoenix.HTML.CoreComponents] added with template functions for authorization links #248

Deprecations

  • [PowAssent.Phoenix.ViewHelpers] has been deprecated and removed from Phoenix 1.7 #248

v0.4.17

1 year ago

Enhancements

  • [PowAssent.Phoenix.AuthorizationController] Now logs error for when user can't be created #238

Bug fixes

  • [PowAssent.Phoenix.AuthorizationController] Fixed bug where registration path couldn't be found due to no route helpers #239

v0.4.16

1 year ago

Now uses Phoenix 1.7 components templating and requires Pow 1.0.29. #235

Enhancements

  • [Mix.Tasks.Pow.Ecto.Install] Now injects CONTEXT_PATH/users/user.ex #236
  • [Mix.Tasks.Pow.Phoenix.Install] Added to inject WEB_PATH/router.ex #236

v0.4.15

1 year ago

Now supports Phoenix 1.7. #234

v0.4.14

1 year ago

Bug fixes

  • [PowAssent.Plug] Fixed bug in callback_upsert/4 where users couldn't sign in with disabled registration #229
  • :phoenix removed from the compilers #231

v0.4.13

2 years ago

Now supports ecto_sql 3.8.x and requires Elixir 1.11+. #222

v0.4.12

2 years ago

Now supports Phoenix 1.6.x.

v0.4.11

2 years ago

Bug fixes

  • [PowAssent.Ecto.UserIdentities.Context] The macro no longer throws warning in Elixir 1.12 #211

v0.4.10

3 years ago

Enhancements

  • [PowAssent.Plug] Fixed bug where the :cache_store_backend was not being loaded from the application environment correctly #198

v0.4.9

3 years ago

Enhancements

  • [PowAssent.Plug] Now stores a session cookie instead of using Plug.Session to prevent SameSite policy issue in form_post flow #190
  • [PowAssent.Plug] PowAssent.Plug.callback/4 now adds the userinfo with claims to the user identity params #160