omniauth-bluevia 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -6,6 +6,11 @@ connect's](https://bluevia.com/en/) OAuth API.
6
6
  You'll need to create a BlueVia account and register an new application
7
7
  [here](https://bluevia.com/en/api-keys/get-commercial).
8
8
 
9
+ Please note that due to limitations in the way BlueVia has implemented
10
+ OAuth, it is not possible to get a `uid` for the user, therefore the
11
+ auth hash should just be used for credentials that are stored against a
12
+ local user account, rather than use this as a full blown auth system.
13
+
9
14
  ## Installation
10
15
 
11
16
  Add this line to your application's Gemfile:
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Bluevia
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -12,8 +12,6 @@ module OmniAuth
12
12
  :authorize_url => 'https://connect.bluevia.com/authorise/',
13
13
  :scheme => :header
14
14
  }
15
-
16
- uid { puts request.inspect }
17
15
  end
18
16
  end
19
17
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-bluevia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,11 +9,11 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-04-25 00:00:00.000000000 Z
12
+ date: 2012-04-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: omniauth
16
- requirement: &70343466321180 !ruby/object:Gem::Requirement
16
+ requirement: &70245167028700 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '1.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70343466321180
24
+ version_requirements: *70245167028700
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: omniauth-oauth
27
- requirement: &70343466319740 !ruby/object:Gem::Requirement
27
+ requirement: &70245167050520 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '1.0'
33
33
  type: :runtime
34
34
  prerelease: false
35
- version_requirements: *70343466319740
35
+ version_requirements: *70245167050520
36
36
  description: OmniAuth strategy for BlueVia
37
37
  email:
38
38
  - self@hecticjeff.net