···11+# Known Issues
22+33+## stream.place iOS app OAuth flow fails
44+55+OAuth flow with stream.place's iOS app (using expo-web-browser's ASWebAuthenticationSession) does not complete. After user approves consent, the redirect from our PDS to stream.place's callback URL is not followed by ASWebAuthenticationSession.
66+77+What does work with stream.place: everything else :P
88+- Desktop browsers
99+- ios safari (regular browser)
1010+- ASWebAuthenticationSession using the reference pds
1111+1212+What fails:
1313+- ASWebAuthenticationSession with this pds
1414+1515+Attempted fixes (all failed):
1616+- HTTP 302/303/307 redirects
1717+- JavaScript navigation
1818+- Meta refresh
1919+- Form auto-submit
2020+- Removing CORS headers
2121+- HTTP/1.1 instead of HTTP/2
2222+- Minimal response headers
2323+