Project

kno

0.01
No release in over 3 years
Low commit activity in last 3 years
The simplest way to add passwordless authentication to your Rails/Rack application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0
 Project Readme

DID.app Ruby

DID.app is an Identity Provider, that authenticates users by verifying access to either an email address or securely stored private key.

Examples

This repo contains Ruby applications that use DID.app authentication.

Where's the library?

There is no specific library, integration involves a single HTTP request and is well documented in our guides. This repo contains examples referenced in our guides.

For passwordless authentication in your app follow our Ruby on Rails integration guide

Contributing

Contributions are very welcome. Please do open an issue or pull request or reach out to us at team@trykno.com

Docker

If you do not have Ruby installed, you can run a Ruby sandbox in Docker with the following command.

docker-compose run app bash