- Improved OAuth Flow: Supports new OAuth window flows, allowing options for
sameWindow
,newWindow
, andinAppBrowser
- The new OmniAuth callback behavior now defaults to
sameWindow
mode, whereas the previous implementation mimicked the functionality ofnewWindow
. This was changed due to limitations with thepostMessage
API support in popular browsers, as well as feedback from user-experience testing.