Closed adityarao1 closed 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
Created new ticket https://github.com/StrongKey/fido2/issues/225. Hence closing this issue
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.