Releases: pow-auth/pow_assent
Releases · pow-auth/pow_assent
v0.4.18
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
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
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
Now supports Phoenix 1.7. #234
v0.4.14
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
Now supports ecto_sql
3.8.x and requires Elixir 1.11+. #222
v0.4.12
Now supports Phoenix 1.6.x.
v0.4.11
Bug fixes
- [
PowAssent.Ecto.UserIdentities.Context
] The macro no longer throws warning in Elixir 1.12 #211
v0.4.10
Enhancements
- [
PowAssent.Plug
] Fixed bug where the :cache_store_backend
was not being loaded from the application environment correctly #198
v0.4.9
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