Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 499 Bytes

CHANGELOG.md

File metadata and controls

10 lines (6 loc) · 499 Bytes

0.1.33 (2015-08-09)

Features

  • Improved OAuth Flow: Supports new OAuth window flows, allowing options for sameWindow, newWindow, and inAppBrowser

Breaking Changes

  • The new OmniAuth callback behavior now defaults to sameWindow mode, whereas the previous implementation mimicked the functionality of newWindow. This was changed due to limitations with the postMessage API support in popular browsers, as well as feedback from user-experience testing.