All Versions
43
Latest Version
Avg Release Cycle
104 days
Latest Release
-

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

    ๐Ÿ› 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
  • 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