Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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])