Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/did-app/did-nodejs
DID is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key.
https://github.com/did-app/did-nodejs
authentication did email-verification javascript nodejs oauth2 openid-connect passwordless public-key-cryptography webauthn
Last synced: about 6 hours ago
JSON representation
DID is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key.
- Host: GitHub
- URL: https://github.com/did-app/did-nodejs
- Owner: did-app
- License: apache-2.0
- Created: 2020-01-01T14:46:06.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:33:11.000Z (about 2 years ago)
- Last Synced: 2024-12-11T20:42:42.364Z (about 1 month ago)
- Topics: authentication, did, email-verification, javascript, nodejs, oauth2, openid-connect, passwordless, public-key-cryptography, webauthn
- Homepage: https://did.app
- Size: 154 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DID Node.js
DID is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key.
## Examples
This repo contains Node.js applications that use DID authentication.
- [express](examples/express-openid-connect)
## Where's the library?
There is no specific DID library needed to integrate with [did.app](https://did.app)
The openid connect library is all that is required.Instead follow our guide for [using did with express](https://did.app/guides/express-nodejs-openid-connect-integration).
## Contributing
Contributions are very welcome. Please do open an issue or pull request or reach out to us at [[email protected]](mailto:[email protected])