Releases: pow-auth/pow_assent
Releases · pow-auth/pow_assent
v0.4.18
17 Feb 22:05
Compare
Sorry, something went wrong.
No results found
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
28 Mar 19:39
Compare
Sorry, something went wrong.
No results found
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
21 Mar 19:36
Compare
Sorry, something went wrong.
No results found
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
21 Mar 02:48
Compare
Sorry, something went wrong.
No results found
Now supports Phoenix 1.7. #234
v0.4.14
23 Jan 04:00
Compare
Sorry, something went wrong.
No results found
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
28 Apr 02:41
Compare
Sorry, something went wrong.
No results found
Now supports ecto_sql 3.8.x and requires Elixir 1.11+. #222
v0.4.12
30 Sep 15:21
Compare
Sorry, something went wrong.
No results found
Now supports Phoenix 1.6.x.
v0.4.11
14 Jul 16:01
Compare
Sorry, something went wrong.
No results found
Bug fixes
[PowAssent.Ecto.UserIdentities.Context] The macro no longer throws warning in Elixir 1.12 #211
v0.4.10
25 Nov 05:44
Compare
Sorry, something went wrong.
No results found
Enhancements
[PowAssent.Plug] Fixed bug where the :cache_store_backend was not being loaded from the application environment correctly #198
v0.4.9
19 Oct 05:12
Compare
Sorry, something went wrong.
No results found
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