An open API service indexing awesome lists of open source software.

https://github.com/cruzdanilo/expo-webauthn

webauthn polyfill for expo
https://github.com/cruzdanilo/expo-webauthn

android expo ios passkeys react-native typescript web webauthn

Last synced: 3 months ago
JSON representation

webauthn polyfill for expo

Awesome Lists containing this project

README

          

# expo-webauthn

webauthn polyfill for expo

## usage

```ts
import "expo-webauthn";

// use navigator.credentials (https://www.w3.org/TR/webauthn-3/)
```