this repo has no description
1# Known Issues
2
3## stream.place iOS app OAuth flow fails
4
5OAuth 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.
6
7What does work with stream.place: everything else :P
8- Desktop browsers
9- ios safari (regular browser)
10- ASWebAuthenticationSession using the reference pds
11
12What fails:
13- ASWebAuthenticationSession with this pds
14
15Attempted fixes (all failed):
16- HTTP 302/303/307 redirects
17- JavaScript navigation
18- Meta refresh
19- Form auto-submit
20- Removing CORS headers
21- HTTP/1.1 instead of HTTP/2
22- Minimal response headers
23