mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
No description
- Update RuboCop config to use plugins instead of require for extensions - Replace deprecated RSpec/FilePath with RSpec/SpecFilePathFormat and RSpec/SpecFilePathSuffix - Fix URI parser deprecation by using URI::RFC2396_PARSER instead of URI::DEFAULT_PARSER - Replace Hash#select with Hash#slice for better performance and clarity - Add base64 dependency to gemspec for Ruby 3.4 compatibility |
||
|---|---|---|
| .github/workflows | ||
| bin | ||
| lib | ||
| spec | ||
| .gitignore | ||
| .rspec | ||
| .rubocop.yml | ||
| .travis.yml | ||
| .yardopts | ||
| CHANGELOG.md | ||
| CONTRIBUTING.md | ||
| Gemfile | ||
| LICENSE.md | ||
| Rakefile | ||
| README.md | ||
| simple_oauth.gemspec | ||
simple_oauth
Simply builds and verifies OAuth headers
Installation
Install the gem and add to the application's Gemfile by executing:
$ bundle add simple_oauth
If bundler is not being used to manage dependencies, install the gem by executing:
$ gem install simple_oauth
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/laserlemon/simple_oauth.
This project conforms to Standard Ruby. Patches that don’t maintain that standard will not be accepted.
License
The gem is available as open source under the terms of the MIT License.