You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Pow.Extension.Base] Extensions are now expected to have a base module with compile-time information whether certain modules are available to prevent unnecessary Code.ensure_compiled?/1 calls: #335
Added Pow.Extension.Base module
Added PowEmailConfirmation module
Added PowInvitation module
Added PowPersistentSession module
Added PowResetPassword module
[PowPersistentSession.Plug.Cookie] Added support for custom metadata: #332
PowPersistentSession.Plug.Cookie.create/3 now stores a metadata keyword list that can be populated
PowPersistentSession.Plug.Cookie.create/3 will now, instead of adding :session_fingerprint to the metadata, populate the :session_metadata keyword list with :fingerprint
PowPersistentSession.Plug.Cookie.authenticate/2 will now populate session metadata with what exists in :session_metadata key for the persistent session metadata
PowPersistentSession.Plug.Cookie.create/3 now ensures to delete the previous persistent session first, if one is found in cookies