The changes to SFSafariViewController now mean that you are stuck w/ w/e user you logged in as. For instance, my simulator is now stuck logged in as my test user. If I log out, the safari VC is already auth'd to GitHub w/ the test user so it immediately redirects back to the app and logs in. Even if I open Safari.app and log out of everything.
The changes to
SFSafariViewController
now mean that you are stuck w/ w/e user you logged in as. For instance, my simulator is now stuck logged in as my test user. If I log out, the safari VC is already auth'd to GitHub w/ the test user so it immediately redirects back to the app and logs in. Even if I open Safari.app and log out of everything.