All Versions
43
Latest Version
Avg Release Cycle
104 days
Latest Release
-
Changelog History
Page 3
Changelog History
Page 3
-
v0.14.3 Changes
- ๐ Fix function specs
- Renew session on
sign_in
- โ Add a custom claim key from load resource
-
v0.14.2 Changes
- _Really fix pattern matching error with GuardianDB
-
v0.14.1 Changes
- ๐ Fixed pattern matching error with GuardianDB
-
v0.14.0 Changes
- โก๏ธ Update to Elixir 1.3
- โ Added test coverage: https://github.com/ueberauth/guardian/pull/234
- Token exchange: https://github.com/ueberauth/guardian/pull/150
- โ Adds ensure resource plug https://github.com/ueberauth/guardian/pull/238
- Name collision fix: https://github.com/ueberauth/guardian/pull/215
- ๐ Support for
{:system, var}
configuration options - โ Adds an
allowed_drift
option to allow for clock skew
๐ Bugs
- ๐ง Replaced taking a function for configuring secret_key with accepting a tuple {mod, func, args}
-
v0.13.0 Changes
- ๐ Change default token type from "token" to "access"
- ๐ Fix Dialyzer errors
- Target Elixir 1.3+
- โก๏ธ Update Jose and Phoenix dependencies
- ๐ Fixes for ttl and exp
- โ Added integration tests
-
v0.12.0 Changes
- โ Add
one_of
to permissions Plug to allow for OR'd sets of permissions as well as AND'd ones - ๐ Fix infinite recursion bug when joining channels
- โ Add
-
v0.11.1 Changes
- ๐ Support for secret keys other than "oct" which provides support for signature algorithms other than HSxxx. See #122
- ๐ Fix incorrect param name in channel
- ๐ฒ Tighten up log calls
- ๐ Fix moar typos
- General code cleanup
- Loosen poison requirement to >= 1.3.0
- ๐ Use existing resource on conn if already present
- ๐ Fix refresh to correctly use revoke
-
v0.10.1 Changes
- ๐ Fix error in Guardian.Plug.ErrorHandler when Accept header is unset.
- โ Adding Guardian.Plug.EnsureNotAuthenticated to validates that user isn't logged
- ๐ Fix bug where TTL was not able to be set when generating tokens
-
v0.10.0 Changes
- โ Add a Guardian.Phoenix.Socket module and refactor Guardian.Channel
- โก๏ธ Update JOSE to Version 1.6.0. Version 1.6.0 of erlang-jose โ adds the ability of using libsodium and SHA-3 (keccack) algorithms. This improves speed a lot.
- โ Adds travis
- โ Adds ability to use custom secrets
- ๐ Allows peeking at the contents of the token
-
v0.9.1 Changes
- Stop compiling permissions. This leads to weird bugs when permissions are changed but not recompiled