Thanks to visit codestin.com
Credit goes to github.com

Skip to content

dsablic/omniauth-liblynx

Repository files navigation

OmniAuth LibLynx Strategy  Release Gem Version

Installation

Add this line to your application's Gemfile:

gem 'omniauth-liblynx'

Usage

Adding the middleware to a Rails app in config/initializers/omniauth.rb:

Rails.application.config.middleware.use OmniAuth::Builder do
  provider :liblynx, ENV['LIBLYNX_ID'], ENV['LIBLYNX_SECRET']
end

Read the OmniAuth docs for detailed instructions: https://github.com/intridea/omniauth.

Releasing

  1. Bump the version in lib/omniauth-liblynx/version.rb
  2. Commit: git commit -am "Bump version to X.Y.Z"
  3. Tag: git tag vX.Y.Z
  4. Push: git push origin master --tags

The GitHub Actions release workflow will build and publish the gem to RubyGems automatically.

Note: RubyGems trusted publishing must be configured for this repo on rubygems.org before the first release. Under the gem's settings on rubygems.org, add a trusted publisher with owner dsablic, repository omniauth-liblynx, workflow release.yml, and environment rubygems.

About

LibLynx OAuth2 Strategy for OmniAuth

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages