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

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

    โœจ Enhancement

    • Check float values of time in time_within_drift?/2.
  • 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 the claims option.
  • v2.2.1 Changes

    โœจ Enhancement

    • Guardian.Plug.VerifyHeader and Guardian.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 to Guardian.Plug.VerifyHeader #680
    • Add :refresh_from_cookie option to Guardian.Plug.VerifyHeader and Guardian.Plug.VerifySession to replace Guardian.Plug.VerifyCookie plug #675

    ๐Ÿ—„ Deprecation

    • ๐Ÿ”ง :realm option configuration of Guardian.Plug.VerifyHeader is deprecated please use :scheme instead.
    • Guardian.Plug.VerifyCookie is deprecated in favor of :refresh_from_cookie option in Guardian.Plug.VerifyHeader and Guardian.Plug.VerifySession
  • v2.1.2 Changes

    โœจ Enhancement

    • ๐Ÿ“š Documentation improvements
    • ๐Ÿ“œ Parse the kid from the signing secret to the signature #654

    ๐Ÿ›  Bugfix

    • ๐Ÿ›  Fixed issue with remember_me plug not using the correct ttl #649
    • ๐Ÿ›  Fixed failing compilation if plug was not included as a dep #633

    Thanks goes to all contributors

  • 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
  • v2.0.1 Changes

    โœจ Enhancement

    • ๐Ÿ“š Documentation updates