OmniAuth Lifen

This is an OmniAuth 1.0 strategy for authenticating to Lifen.

Usage

In the Gemfile:

gem 'omniauth-lifen'

In a Rails application, put this in config/initializers/devise.rb:

config.omniauth :lifen, ENV['LIFEN_APP_ID'], ENV['LIFEN_APP_SECRET']

and follow Devise's OmniAuth tutorial if it's your first OmniAuth's implementation.

Restart your server and visit /auth/lifen and voila !

Authors

License

Copyright (c) 2017 Etienne Depaulis

This source code released under an MIT license.