Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 568 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 568 Bytes

DID Elixir

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 Elixir applications that use DID authentication.

Where's the library?

There is no specific DID library needed to integrate with did.app The openid connect library is all that is required.

Instead follow our guide for using did with phoenix.