Skip to content

Latest commit

 

History

History
46 lines (26 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

46 lines (26 loc) · 1.04 KB

Changelog

v0.8.0 - 2021-08-19

  • Add support for custom URL schemes #144

v0.7.0 - 2020-04-17

  • Add support for CSRF #136
  • Improve documentation #137

v0.6.3 - 2020-03-05

  • Dynamic providers
  • Birthday part of info struct

v0.6.2 - 2019-09-11

  • Fixed Ueberauth request not respecting Script Name #97

v0.6.1 - 2019-03-14

  • Fix versioning for plug dependency

v0.4.0 - 2016-09-21

  • Target Elixir 1.3 and above
  • Fix Elixir 1.4 warnings
  • Fix bug preventing multiple providers

v0.3.0 - 2016-07-19

  • Allow :redirect_url to be configured
  • Handle requests with or without trailing slash

v0.2.1 - 2015-12-23

  • Add the ability to select which providers to use on a per-plug basis

v0.2.0 - 2015-11-28

  • Remove the Ueberauth.plug function in favour of making Ueberauth a plug

v0.1.0 - 2015-11-15

  • Initial release