Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 770 Bytes

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 770 Bytes

v0.4.0

  • Support for Ueberauth 0.4 (@vinniefranco)
  • Fixing issues with get_token! (@vinniefranco)
  • Default scope is now public (@tsubery)
  • Add :client_secret to get_token/3 params (@syamilmj)
  • Rescue Oauth2.Error to prevent server 500s (@syamilmj)
  • Update ex_doc version to make docs compile again (@andrewhao)

v 0.3.2

  • Fix support for auth_type

v 0.3.1

  • Add support for missing Locale parameter

v 0.3.0

  • Add support for auth_type
  • Support for additional request variables

v 0.2.1

  • Add missing profile_fields parameter

v 0.2.0

  • Release to follow the Ueberauth 0.2.0 release

v 0.1.4

  • Added oauth2 and ueberauth to applications list

v 0.1.1

  • Fixed character encoding errors in Hex package

v 0.1.0

  • Initial strategy