StrongKey / fido2

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android application for authenticator using flutter, ionic or react

adityarao1 opened this issue · comments

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.

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

Created new ticket #225. Hence closing this issue