Skip to content

dupunkto/nym

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nym

Identity provider and authentication layer.

Nym is a minimal IndieAuth implementation providing an authorization endpoint and an Elixir client library for use in Phoenix applications. It serves two purposes:

  1. decentralised authentication using personal domain names as identity, following the IndieAuth specification.
  2. centralised authentication layer for in-house applications (similar to OAuth or SSO), using the bundled Elixir client for Phoenix applications.

Generating passphrase hashes

php -r 'echo password_hash("supersecurepassword", PASSWORD_DEFAULT);'

About

Identity provider and authentication layer.

Resources

Stars

Watchers

Forks