Releases: ueberauth/guardian
Releases · ueberauth/guardian
v2.3.2
v2.3.1
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
- @KaylaBrady made their first contribution in #714
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Fix typos by @mathieuprog in #703
- Fix deprecation warnings based on 1.14-dev. by @crova in #702
New Contributors
- @mathieuprog made their first contribution in #703
- @crova made their first contribution in #702
Full Changelog: v2.2.4...v2.3.0
v2.2.4
v2.2.3
v2.2.2
What's Changed
- Fix typos by @kianmeng in #687
- Corrects Plug.Verify presentation on pipelines.md by @kimjoaoun in #688
- Fix typo in permission docs by @luhagel in #693
- Fix markdown syntax errors and typos by @heitorlisboa in #695
- Minor docs improvements, mostly around Verify* plugs by @alopezz in #692
- Permit atom keys when verifying claims with EnsureAuthenticated by @giddie in #696
New Contributors
- @kimjoaoun made their first contribution in #688
- @luhagel made their first contribution in #693
- @heitorlisboa made their first contribution in #695
- @alopezz made their first contribution in #692
- @giddie made their first contribution in #696
Full Changelog: v2.2.1...v2.2.2
v2.2.1
v2.1.2
v2.1.1
2.1.0
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