StrongKey / fido2

Open-source FIDO server, featuring the FIDO2 standard. https://demo4.strongkey.com/getstarted/#/openapi/fido
202 stars 59 forks source link

Android application for authenticator using flutter, ionic or react #215

Closed adityarao1 closed 1 year ago

adityarao1 commented 1 year ago

Hi,

I'm creating one web application (pwa) using ionic and angular and that application has passwordless authentication enabled. I want to convert the same to android mobile application. Is it possible to use the same codebase (i.e what ionic is providing) for authenticator on mobile application also?

Thanks.

StrongKeyAbhishek commented 1 year ago

Hi Aditya,

To use platform authentication on mobile devices you will need to use native platform specific APIs. If you are making the application as a PWA(Progressive Web App) then it can only use browser WebAuthn APIs. If you want to make a native application with Platform Authentication capabilities you can use StrongKey's FIDO2 Android library with Ionic's or Flutter's platform specific code execution capability. We do not have a native StrongKey iOS FIDO2 Library yet but you can see our sample of Apple's FIDO2 API implementation here.

Regards, Abhishek Saral

adityarao1 commented 1 year ago

Created new ticket https://github.com/StrongKey/fido2/issues/225. Hence closing this issue