0.0
No release in over 3 years
Low commit activity in last 3 years
Authentication for matic clients
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 10.0
~> 3.0
~> 1.2
~> 0.46

Runtime

 Project Readme

Client Auth

Client Authentication gem for Matic clients.

Master status:

Installation

  • git clone git@github.com:matic-insurance/client-auth.git
  • gem install bundler:1.14.5
  • bundle install

Releasing

  • Merge all PR to master
  • Create new named release x.x.x
  • CI will run tests and publish new gem automatically
  • Check GitHub Actions for more details

To integrate in you project, please add next:

source "https://rubygems.pkg.github.com/matic-insurance" do
  gem "client-auth", "1.1.0"
end