Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stonith404/pocket-id
A simple OIDC provider that allows users to authenticate with their passkeys to your services.
https://github.com/stonith404/pocket-id
idp oidc passkeys self-hosted
Last synced: 3 days ago
JSON representation
A simple OIDC provider that allows users to authenticate with their passkeys to your services.
- Host: GitHub
- URL: https://github.com/stonith404/pocket-id
- Owner: stonith404
- License: bsd-2-clause
- Created: 2024-08-11T18:57:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-11T18:53:51.000Z (4 months ago)
- Last Synced: 2024-10-17T09:16:30.227Z (4 months ago)
- Topics: idp, oidc, passkeys, self-hosted
- Language: Go
- Homepage:
- Size: 9.32 MB
- Stars: 275
- Watchers: 7
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- my-awesome - stonith404/pocket-id - hosted pushed_at:2025-01 star:1.2k fork:0.0k A simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services. (Go)
README
#
Pocket IDPocket ID is a simple OIDC provider that allows users to authenticate with their passkeys to your services.
→ Try out the [Demo](https://pocket-id.eliasschneider.com)
The goal of Pocket ID is to be a simple and easy-to-use. There are other self-hosted OIDC providers like [Keycloak](https://www.keycloak.org/) or [ORY Hydra](https://www.ory.sh/hydra/) but they are often too complex for simple use cases.
Additionally, what makes Pocket ID special is that it only supports [passkey](https://www.passkeys.io/) authentication, which means you don’t need a password. Some people might not like this idea at first, but I believe passkeys are the future, and once you try them, you’ll love them. For example, you can now use a physical Yubikey to sign in to all your self-hosted services easily and securely.
## Setup
Pocket ID can be set up in multiple ways. The easiest and recommended way is to use Docker.
Visit the [documentation](https://stonith404.github.io/pocket-id) for the setup guide and more information.
## Contribute
You're very welcome to contribute to Pocket ID! Please follow the [contribution guide](/CONTRIBUTING.md) to get started.