Coder Social home page Coder Social logo

authentiqid / omniauth-authentiq Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 2.0 61 KB

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

Home Page: https://www.authentiq.com/developers/

License: MIT License

Ruby 100.00%
omniauth authentiq oidc openid-connect oauth2 rails strategy

omniauth-authentiq's Introduction

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

omniauth-authentiq's People

Contributors

alexkeramidas avatar edwardbetts avatar skion avatar stannie avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

omniauth-authentiq's Issues

Read provider metadata dynamically

The module might obtain issuer, authorization_endpoint, token_endpoint, userinfo_endpoint and id_token_signing_alg_values_supported dynamically from the OpenID Provider Configuration Endpoint.

This is a prerequisite for supporting asymmetric signature algorithms, for which it will need to read the Provider's public keys from the jwks_uri in the metadata.

OmniAuth v2.0.0-rc1

Hello, maintainer of OmniAuth here.

I just wanted to make the maintainers of this gem aware of the discussion that I have opened regarding v2.0.0 of OmniAuth. I invite you to join in and voice any concerns you may have here: omniauth/omniauth#1017

Add support for RS/ES 256/384/512

Many (e.g. public) OIDC clients require the ID Token to be signed with an asymmetric signature, since they can't store the client secret safely.

This feature depends on #5 to be implemented first.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.