iainmcgin / AppAuth-Demo

A demonstration of using the AppAuth library with Google, Facebook, Microsoft and Github
Apache License 2.0
21 stars 6 forks source link

Broken link for example auth2redirect page #2

Open jlkurtz opened 6 years ago

jlkurtz commented 6 years ago

Thanks for the demo app, Iain.

I'm looking for your example page you mention here:

"This app registers for deep linking on Android M and above, and uses an interstitial page (see here [ http://appauth.demo-app.io/oauth2redirect ]) to capture the response on earlier versions of Android. The experience is far from perfect, but it does work."

The link is broken. I want to see how you setup the navigation to take the user back to your Android application.

jacobmattsson commented 2 years ago

Hi @jlkurtz! Did you ever got hold of the example of the interstitial page? The link is still broken ... :-(

Or did you find another example that you could share? I'm also looking for some "inspiration" on how to put together such an interstitial page, where the user can press a button to re-trigger the callback to the app when the original callback was blocked by Chrome (due to the lack of a User Gesture, or because the original callback was made more than 10 s after original User Gesture).

Thanks!

jlkurtz commented 2 years ago

Hi @jacobmattsson. I never found an example and never tried to do what you're doing. Sorry. Best of luck!