Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 2.85 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 2.85 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.0.1 - 2021-09-01

Fixed

  • Ruby 3.0 compatibility (keyword arguments usage)

1.0.0 - 2021-04-01

Mark gem as stable

Changed

0.5.0 - 2019-04-04

Added

  • Added prompt option to allow login under different credentials. @Envek

    See Getting user consent documentation page for details.

0.4.0 - 2018-08-10

Changed

0.3.0 - 2018-03-23

Added

  • Handling of suspended users login. @Envek

    Fail authentication with specific code so application can handle it.

0.2.0 - 2018-03-16

Changed

  • Renamed strategy from ebay to ebay_oauth. @Envek

    This allow to use this strategy simultaneously with old strategies (like omniauth-ebay and ebay_request)

    As eBay allows to have only one OAuth RUName per application keyset while allowing to have many Auth'n'auth RUNames, it may be desirable to use Auth'n'auth for auxilary signins, where obtaining of OAuth tokens is not required.

0.1.1 - 2018-01-09

Fixed

  • Add missing require to fix gem load errors when this gem is being required from another gem. @Envek

0.1.0 - 2017-11-27

  • Initial release: fully working strategy. @ignat-z