All Versions
43
Latest Version
Avg Release Cycle
104 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.3.1 Changes
- ๐ Change compile time loading of configuration to only load permissions allowing the app to change things like ttl or secret key at runtime
-
v2.3.0 Changes
- ๐ Fix warning about the usage of
Application.get_env
in the module scope - ๐ Change Elixir required version to follow https://github.com/ueberauth/.github/blob/master/SECURITY.md#supported-versions
โจ Enhancement
- Check float values of
time
intime_within_drift?/2
.
- ๐ Fix warning about the usage of
-
v2.2.3 Changes
โจ Enhancement
- ๐ป Ensure that badly-formatted tokens don't raise an exception when attempting to decode them.
-
v2.2.2 Changes
โจ Enhancement
Guardian.Plug.EnsureAuthenticated
will now accept atom keys in the map passed to theclaims
option.
-
v2.2.1 Changes
โจ Enhancement
Guardian.Plug.VerifyHeader
andGuardian.Plug.VerifySession
:refresh_from_cookie
option will try refreshing when access token not found, invalid or expired if cookie present #683
-
v2.2.0 Changes
โจ Enhancement
- โ Add
:scheme
option toGuardian.Plug.VerifyHeader
#680 - Add
:refresh_from_cookie
option toGuardian.Plug.VerifyHeader
andGuardian.Plug.VerifySession
to replaceGuardian.Plug.VerifyCookie
plug #675
๐ Deprecation
- ๐ง
:realm
option configuration ofGuardian.Plug.VerifyHeader
is deprecated please use:scheme
instead. Guardian.Plug.VerifyCookie
is deprecated in favor of:refresh_from_cookie
option inGuardian.Plug.VerifyHeader
andGuardian.Plug.VerifySession
- โ Add
-
v2.1.1 Changes
March 02, 2020โจ Enhancement
- ๐ Documentation improvements
-
v2.1.0 Changes
January 23, 2020โจ Enhancement
- โ Add option
halt
to all plugs. This allows to optionally not halt the connection on error so downstream plugs are still called #617 - โ Added SlidingCookie plug that allows auto refreshing cookie tokens 616
- ๐ Documentation updates
๐ Bug Fix
- 0๏ธโฃ Error when permissions was an empty list, was causes by a wrong default value, 625
- โ Add option
-
v2.0.1 Changes
โจ Enhancement
- ๐ Documentation updates