Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/5t111111/omniauth-misoca
https://github.com/5t111111/omniauth-misoca
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/5t111111/omniauth-misoca
- Owner: 5t111111
- License: mit
- Created: 2016-05-17T12:45:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-18T04:45:45.000Z (over 8 years ago)
- Last Synced: 2024-10-19T09:04:54.675Z (27 days ago)
- Language: Ruby
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Omniauth::Misoca
This is the OmniAuth strategy for authenticating to Misoca. To use it, you'll need to sign up for an OAuth2 Application ID and Secret on the Misoca API Page.
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'omniauth-misoca'
```## Basic Usage
```ruby
use OmniAuth::Builder do
provider :misoca, ENV['MISOCA_KEY'], ENV['MISOCA_SECRET'], scope: 'write'
end
```See http://doc.misoca.jp for details.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).