Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamhanko/passkeys
FIDO2-certified passkey server and SDKs for adding passkey support to any auth system
https://github.com/teamhanko/passkeys
fido2 go passkeys webauthn
Last synced: 20 days ago
JSON representation
FIDO2-certified passkey server and SDKs for adding passkey support to any auth system
- Host: GitHub
- URL: https://github.com/teamhanko/passkeys
- Owner: teamhanko
- License: agpl-3.0
- Created: 2023-09-22T10:16:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T09:02:43.000Z (4 months ago)
- Last Synced: 2024-11-13T10:37:46.921Z (about 1 month ago)
- Topics: fido2, go, passkeys, webauthn
- Language: Go
- Homepage: https://hanko.io/passkey-api
- Size: 430 KB
- Stars: 125
- Watchers: 6
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-webauthn - Hanko: Passkey Server - FIDO2-certified passkey & WebAuthn server written in Go. Includes a JavaScript client SDK and a passkey provider for Auth.js (Next-Auth). (Server Libraries)
README
This monorepo contains all required infrastructure for adding passkey support to apps with an existing auth system and user base.
It features:
- **Passkey Server (API)**
an HTTP API that manages passkeys for your users- **OpenAPI 3.0 Spec**
an OpenAPI 3.0 specification for the Passkey Server's API- **JavaScript/TypeScript SDK**
a typesafe wrapper around the API for JS apps (Node.js, Browser, Deno, Bun, ...)# Passkey Server
Passkey Server provides an HTTP API for registration and login with passkeys (WebAuthn) to provide a modern
user experience in a world beyond passwords.Passkey Server can be used on its own or in combination with its frontend SDKs to add passkey support to any app.
The API is written in Go and provides the following endpoints:
- /credential - For managing already registered credentials (Listing, Updating or Removing Credentials)
- /registration - For registering new passkeys
- /login - For an authentication flow with passkeys
- /transaction - Sign transactions with passkeysThe detailed OpenAPI Specification can be found [here](/spec/passkey-server.yaml)
### Getting started
See the [server readme](/server/README.md) for how to get started.
# Contact us
Passkey Server is developed and maintained by [Hanko](https://www.hanko.io). For business inquiries you can book a meeting here:
# Community
### Questions, bugs, ideas
If you have any questions or issues, please check the [open issues](https://github.com/teamhanko/passkeys/issues). Feel free to comment on existing issues or create a new issue if you encounter any bugs or have a feature request. For yet unanswered questions, feedback, or new ideas, please open a new discussion.
### Discord community & X
We invite you to join our growing [Discord community](https://www.hanko.io/community) if you want to get the latest updates on passkeys, WebAuthn, and this project, or if you just want to chat with us. You can also [follow us on X](https://x.com/hanko_io).
# License
This project is licensed under the [AGPL-3.0](LICENSE).