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

Development

~> 13.0
~> 3.0
~> 1.7

Runtime

~> 1.1
~> 2.0
 Project Readme

OmniAuth Logikura

Logikura OAuth2 Strategy for OmniAuth.

Read the Logikura API documentation for more details: https://logikura.dev/api

Installing

Add to your Gemfile:

gem 'omniauth-logikura'

Then bundle install.

Usage

OmniAuth::Strategies::Logikura is simply a Rack middleware. Read the OmniAuth docs for detailed instructions: https://github.com/intridea/omniauth.

Here's a quick example, adding the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :logikura, ENV['LOGIKURA_APP_ID'], ENV['LOGIKURA_SECRET'], scope: 'read'
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ntakanashi/omniauth-logikura

License

The gem is available as open source under the terms of the MIT License.