simpleapikeyengine 0.0.3 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 058798ca1352373522011a9be2da199b5948ee31
|
4
|
+
data.tar.gz: 5e2c6264939a82352d504782415b2a4e305d81d1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 378c811d0bd6ebb68324dbdf195c113efae9386628cbd4d282ac7c6c041673978aa668f275ba31fb7c413d5245c2caedd34ba58d17085ddc59895f4db48c3824
|
7
|
+
data.tar.gz: 403a4ca6aedaea628ed03f5e28623d0370fbfd766239b6f3c44e7680ae4601af4919fbdc18cda8edb39cfb2ce4dc653034210fd29f83acd11179ecf9efb71f47
|
@@ -30,6 +30,7 @@ module SimpleApiKeyEngine::Providers
|
|
30
30
|
authentication.user = block.call(auth_hash)
|
31
31
|
end
|
32
32
|
authentication.token = auth_hash[:credentials][:token]
|
33
|
+
authentication.expires_at = auth_hash[:credentials][:expires_at]
|
33
34
|
authentication.auth_hash = auth_hash
|
34
35
|
authentication.save!
|
35
36
|
return authentication
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: simpleapikeyengine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yuichi Takeuchi
|
@@ -67,6 +67,7 @@ files:
|
|
67
67
|
- config/routes.rb
|
68
68
|
- db/migrate/20141110041333_create_simple_api_key_engine_api_keys.rb
|
69
69
|
- db/migrate/20141110041340_create_simple_api_key_engine_authentications.rb
|
70
|
+
- db/migrate/20141117060900_add_expires_at_to_simple_api_key_engine_authentications.rb
|
70
71
|
- lib/simpleapikeyengine.rb
|
71
72
|
- lib/simpleapikeyengine/engine.rb
|
72
73
|
- lib/simpleapikeyengine/provider_configuration.rb
|