RubyOidcClient
RubyOidcClient is a Ruby gem that simplifies OpenID Connect client operations. This gem provides a set of functionalities to interact with OIDC providers, facilitating authentication and authorization processes.
Installation
You can install the ruby_oidc_client
gem by executing the following command:
$ gem install ruby_oidc_client
Alternatively, if you are using Bundler, add this line to your application's Gemfile:
gem 'ruby_oidc_client'
And then execute:
$ bundle install
Usage
Please check the examples folder
Running Tests
After checking out the repo, install the necessary dependencies and run the tests by executing:
$ rspec
Running RuboCop
To check the code for styling issues according to the RuboCop guidelines, run:
$ rubocop
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/idpartner-app/ruby_oidc_client.
License
The gem is available as open source under the terms of the MIT License.
</code>