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
- Host: GitHub
- URL: https://github.com/cruzdanilo/expo-webauthn
- Owner: cruzdanilo
- License: agpl-3.0
- Created: 2023-11-10T16:25:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-11T16:24:01.000Z (over 2 years ago)
- Last Synced: 2025-07-06T22:40:07.669Z (about 1 year ago)
- Topics: android, expo, ios, passkeys, react-native, typescript, web, webauthn
- Language: Ruby
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)
```