mirror of
https://github.com/samsonjs/simple_oauth.git
synced 2026-03-25 08:45:54 +00:00
24 lines
680 B
Markdown
24 lines
680 B
Markdown
# 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](https://github.com/standardrb/standard). 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](https://opensource.org/licenses/MIT).
|