Minor Changes
-
Add support for the
oauthFlowprop on<SignIn />and<SignUp />, allowing developers to opt-in to using a popup for OAuth authorization instead of redirects. (#5239) by @dstaleyWith the new
oauthFlowprop, developers can opt-in to using a popup window instead of redirects for their OAuth flows by settingoauthFlowto"popup". While we still recommend the default"redirect"for most scenarios, the"popup"option is useful in environments where the redirect flow does not currently work, such as when your application is embedded into aniframe. We also opt applications into the"popup"flow when we detect that your application is running on a domain that's typically embedded into aniframe, such asloveable.app.
Patch Changes
-
Load tasks based on environment settings (#5422) by @LauraBeatris
-
Derive session status from server-side state (#5447) by @LauraBeatris