問題タブ [appauth]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
android - AppAuth 認証
Android アプリケーションにAppAuthを使用したいと考えています。
しかし、ドキュメントによると、「使いやすさとセキュリティ上の理由から、WebView は明示的にサポートされていません」と記載されています。
アプリ内で認証を行う必要があり、アプリケーションの要件により、電話の一部のブラウザーにリダイレクトしたくありません。
同じことを行う方法やサンプル例はありますか。
多くのアプリケーションが Play ストアにあり、Google、Facebook によって認証され、デフォルトのブラウザーにリダイレクトされないことがわかりました。リダイレクトする代わりに、現在のアクティビティの上部にポップアップ ウィンドウを開き、認証を行います。
「Zomatoアプリ」の例