Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aprilnea/webauthn-workers
WebAuthn in Cloudflare Workers, support Yubico
https://github.com/aprilnea/webauthn-workers
authentication cloudflare cloudflare-pages cloudflare-workers passwordless webauthn yubico yubikey-authenticators
Last synced: about 2 months ago
JSON representation
WebAuthn in Cloudflare Workers, support Yubico
- Host: GitHub
- URL: https://github.com/aprilnea/webauthn-workers
- Owner: AprilNEA
- Created: 2023-02-27T14:59:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-27T15:03:36.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T01:27:04.412Z (8 months ago)
- Topics: authentication, cloudflare, cloudflare-pages, cloudflare-workers, passwordless, webauthn, yubico, yubikey-authenticators
- Language: TypeScript
- Homepage:
- Size: 50.8 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebAuthn in Cloudflare Workers
[![Deploy to Cloudflare Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/AprilNEA/webauthn-workers)
## Registration
### /register/challenge
### /register/verify
## Authentication
### /login/challenge
### /login/verify
## Reference
[webauthn](https://github.com/passwordless-id/webauthn)