Skip to content

OmniAuth strategy for authenticating with Authentiq ID apps (iOS, Android). Supports OpenID Connect.

License

Notifications You must be signed in to change notification settings

AuthentiqID/omniauth-authentiq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniAuth Authentiq

Official OmniAuth strategy for authenticating with an Authentiq ID mobile app (iOS, Android).

Application credentials (YOUR_CLIENT_ID and YOUR_CLIENT_SECRET below) can be obtained at Authentiq.

Installation

Add this line to your application's Gemfile

gem 'omniauth-authentiq', '~> 0.3.0'

Then bundle:

$ bundle install

Basic Usage with Rails

use OmniAuth::Builder do
  provider :authentiq, ENV['AUTHENTIQ_KEY'], ENV['AUTHENTIQ_SECRET'],
           scope: 'aq:name email~rs aq:push'
end

You can read the wiki for more extensive information on how to use the Authentiq Omniauth strategy for your rails application

Tests

Tests are coming soon.

Contributing

Bug reports and pull requests are welcome here

About

OmniAuth strategy for authenticating with Authentiq ID apps (iOS, Android). Supports OpenID Connect.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages