AppAuth-Android icon indicating copy to clipboard operation
AppAuth-Android copied to clipboard

Can this library be used on Android TV?

Open rahul-singh-deltatre opened this issue 1 year ago • 4 comments

Hi all,

We are currently implementing this on mobile and tablet and so with some good success. However, some Android devices, such as TVs do not have Chrome custom tab support which leads us to ask whether this library can be used for Android TVs that do not support custom tabs? We did notice that the iOS library has specific support for TVOS and we were wondering if this is missing in the Android library.

Thanks

rahul-singh-deltatre avatar Jan 31 '24 16:01 rahul-singh-deltatre

TVs usually use a device authorization flow RFC 8628 which is what AppAuth-iOS seems to implement. One developer has been gracious enough to contribute a PR for this a long time ago but I never had a chance to review it https://github.com/openid/AppAuth-Android/pull/763

agologan avatar Jan 31 '24 16:01 agologan

One developer has been gracious enough to contribute a PR for this a long time ago but I never had a chance to review it

Hello @agologan, I'm still roaming around and would gladly help to merge these changes onto the main branch

solevic avatar Feb 09 '24 09:02 solevic

I would love to see this functionality added to the library as we will soon start implementing the Device Code flow in our app...

DavidMihola avatar Feb 26 '24 11:02 DavidMihola

I would also love to see this merged!

dgocoder avatar May 29 '24 00:05 dgocoder