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

WebAuthn #20

Open
inkeliz opened this issue Dec 19, 2022 · 3 comments
Open

WebAuthn #20

inkeliz opened this issue Dec 19, 2022 · 3 comments
Labels
new plugin New feature

Comments

@inkeliz
Copy link
Contributor

inkeliz commented Dec 19, 2022

Why that plugin should be added?
For security reasons, some apps may require to use physical keys to login, such as YubiKey. That also offers sign-in/sign-up without password.

What features this plugin should have and how it should work?
It should be able to login using U2F/WebAuthn with the same credentials of the website/browser.

What alternatives you've considered?
Using hyperlink to open the website, which handles the login.

Is this plugin implementable on all OSes (Android, iOS, macOS, WASM, Windows...)?
Yes.

Did you known any particular limitation for specific OS?
On Windows might not work.

@inkeliz inkeliz converted this from a draft issue Dec 19, 2022
@inkeliz inkeliz added the new plugin New feature label Dec 19, 2022
@gedw99
Copy link

gedw99 commented Dec 20, 2022

Maybe checkout Hanko golang project . Might be suitable for you .

it’s a WebAuthn / passkeys golang project . It might be a good match. I use it

@gedw99
Copy link

gedw99 commented Oct 17, 2023

Passkeys are now pretty much the standard . Apple business and Microsoft AD now federate passkey based login too .

For non business passkeys can now be shared with other users using password group functionality also.

also windows 11 will in the next few days have passkey support. The integration with Apple will still be via a QR code that you scan from your iOS device . But direct integration will happen pretty soon I think as google, apple and apple are all integrating passkey sync between each other at the moment . Just a matter of time..

So would be great if we can provide this with gio .

@gedw99
Copy link

gedw99 commented Oct 17, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new plugin New feature
Projects
Status: Low-Priority
Development

No branches or pull requests

2 participants