Description
Use the Kno service for passwordless authentication, it handles sending emails so you don't have too. It also allows users to set up device based authentication so they don't have to wait for any email, after the first.
Kno Ruby alternatives and similar gems
Based on the "Authorization" category.
Alternatively, view Kno Ruby alternatives based on common mentions on social networks and blogs.
-
Oso
Oso is a batteries-included framework for building authorization in your application. -
Declarative Authorization
An unmaintained authorization plugin for Rails. Please fork to support current versions of Rails -
AccessGranted
Multi-role and whitelist based authorization gem for Rails (and not only Rails!) -
RatyRate Stars Rating Gem
:star: A Ruby Gem that wraps the functionality of jQuery Raty library, and provides optional IMDB style rating. -
RoleCore
🔐A Rails engine providing essential industry of Role-based access control. -
Groupify
Add group and membership functionality to your Rails models -
RedisWebManager
Manage your Redis instance (see keys, memory used, connected client, etc...) -
Canard
Makes role based authorization in Rails really simple. Wraps CanCan and RoleModel up with a smattering of syntactic sugar, some generators and scopes. -
Yabeda::Puma::Plugin
Collects Puma web-server metrics from puma control panel -
browserslist_useragent gem
Find if a given user agent string satisfies a Browserslist browsers. -
JayDoubleUti
A JWT authorization middleware for any web application.
Tired of breaking your main and manually rebasing outdated pull requests?
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of Kno Ruby or a related 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.
- [Rails](examples/rails)
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 [email protected]
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