omniauth-droom 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -2,6 +2,16 @@
2
2
 
3
3
  OAuth2 Strategy for OmniAuth 1.0 and the data room
4
4
 
5
+ # Usage
6
+
7
+ require 'omniauth/strategies/droom'
8
+ config.omniauth :droom, ENV['droom_app_key'], ENV['droom_app_secret']
9
+
10
+ # Configuration
11
+
12
+ ENV['droom_app_key']
13
+ ENV['droom_app_secret']
14
+ ENV['droom_host']
5
15
 
6
16
  ## License
7
17
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module Droom
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.1"
4
4
  end
5
5
  end
@@ -4,7 +4,6 @@ require 'multi_json'
4
4
  module OmniAuth
5
5
  module Strategies
6
6
  class Droom < OmniAuth::Strategies::OAuth2
7
- class NoAuthorizationCodeError < StandardError; end
8
7
 
9
8
  option :name, :droom
10
9
  option :provider_ignores_state, true
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-droom
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: