0.0
No release in over a year
OmniAuth extension for WEB3ID authentication
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.6
>= 0.10.3
>= 11.1.2
>= 3.4.0

Runtime

 Project Readme

OmniAuth::Web3ID

Web3ID OAuth2 Strategy for OmniAuth.

What is web3id?

Installation

Add this line to your application's Gemfile:

gem 'omniauth-web3id'

And then execute:

$ bundle

Or install it yourself as:

$ gem install omniauth-web3id

Usage

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :web3id, ENV['WEB3ID_KEY'], ENV['WEB3ID_SECRET']
end

Devise integration

Showcase

Screen_Recording_2022-07-24_at_23.43.27.mov

Final note

This gem was heavily inspired by omniauth-microsoft-office365 gem. Thank you guys for your hard work.