omniauth-bluevia 0.0.1 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +5 -0
- data/lib/omniauth-bluevia/version.rb +1 -1
- data/lib/omniauth/strategies/bluevia.rb +0 -2
- metadata +6 -6
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:
|
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.
|
|
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-
|
|
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: &
|
|
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: *
|
|
24
|
+
version_requirements: *70245167028700
|
|
25
25
|
- !ruby/object:Gem::Dependency
|
|
26
26
|
name: omniauth-oauth
|
|
27
|
-
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: *
|
|
35
|
+
version_requirements: *70245167050520
|
|
36
36
|
description: OmniAuth strategy for BlueVia
|
|
37
37
|
email:
|
|
38
38
|
- self@hecticjeff.net
|