https://github.com/corbado/documentation
https://github.com/corbado/documentation
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/corbado/documentation
- Owner: corbado
- Created: 2022-08-03T08:09:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T19:41:58.000Z (over 2 years ago)
- Last Synced: 2025-04-10T21:56:53.875Z (23 days ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Documentation
## Node.js
This repository contains the sample files from the Node.js documentation.
### Frontend
- **PasskeyService.js**: contains a frontend service to sign up and login, which mainly communicates with the backend
and
calls the WebAuthn API
- **utils_frontend.js**: contains a helper function to check if the user's device can use passkeys### Backend
- **CorbadoService.js**: contains a backend service to provide basic passkeys sign up and login via Corbado API
- **CorbadoServiceExtension.js**: contains a backend service to provide passkeys sign up (with email magic link confirmation) and
login via Corbado API
- **CorbadoEmailService.js**: contains a backend service that provides email magic link authentication via Corbado API
- **CorbdoSmsService.js**: contains a backend service that provides SMS OTP authentication via Corbado API
- **utils_backend.js**: contains a function to extract client information required for Corbado API