Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

💡 Use Android Custom Tabs for Authentication #76

Open
nairol203 opened this issue Jan 20, 2025 · 1 comment
Open

💡 Use Android Custom Tabs for Authentication #76

nairol203 opened this issue Jan 20, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@nairol203
Copy link

What's on your mind?

Currently the App doesn't use Android Custom Tabs for the "Login with Webbrower", this prevents a login with passkeys when using an OIDC Provider and it's not possible to use a password manager with autofill.

Relevant platforms

Android

Additional context

No response

@nairol203 nairol203 added the enhancement New feature or request label Jan 20, 2025
@aimok04
Copy link
Owner

aimok04 commented Jan 20, 2025

Hi, this is not possible to implement because Custom Tabs are run by the default browser, which does not provide any way to access the webpage data, which is needed because kitshn extracts Cookies to authenticate with the API. 

Tandoor doesn't provide any authentication method like OAuth, for example, which makes this impossible without a modified server application.

I think Autofill can be implemented with Web Views; however, I don't know about passkeys.

I will look into this further. :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants