Skip to content

Releases: ueberauth/guardian

v2.3.2

12 Sep 00:15
a42ed60
Compare
Choose a tag to compare

What's Changed

  • fix: publishing the changelog to hexdocs by @yordis in #716
  • chore: bump elixir version by @yordis in #724
  • fix: generating timestamp using os_time instead of system_time by @yordis in #725

Full Changelog: v2.3.1...v2.3.2

v2.3.1

24 Nov 18:33
d8c87e3
Compare
Choose a tag to compare

What's Changed

  • Use erlef/setup-beam and prettify yaml file by @kianmeng in #705
  • doc: Clarify session storage behavior on sign_in in README by @KaylaBrady in #714
  • Users should be able to change most config values at runtime by @geofflane in #715

New Contributors

Full Changelog: v2.3.0...v2.3.1

v2.3.0

02 Sep 02:31
cdfdd3a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.4...v2.3.0

v2.2.4

16 Jun 04:06
3f178c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.3...v2.2.4

v2.2.3

26 Mar 15:28
09690cd
Compare
Choose a tag to compare

What's Changed

  • Ensure that badly-formatted tokens don't raise an exception by @giddie in #697

Full Changelog: v2.2.2...v2.2.3

v2.2.2

21 Mar 12:10
49702bc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.1...v2.2.2

v2.2.1

22 Aug 00:46
Compare
Choose a tag to compare
chore: versioning

v2.1.2

04 Mar 10:02
Compare
Choose a tag to compare

see the changelog

v2.1.1

02 Mar 16:37
Compare
Choose a tag to compare

Documentation update

2.1.0

23 Jan 11:58
37d075f
Compare
Choose a tag to compare

Enhancements:

  • 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 Fixes:

  • Error when permission was an empty list, was caused by a wrong default value, #625