easy_auth-oauth_core 0.1.1 → 0.2.0

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d8542f53a19f46fb08c7ad44147ac17754623dbe
4
- data.tar.gz: 4bbd44087b3a6b890b96ead4c2f1e0bf4b104d01
3
+ metadata.gz: 14fb95d5deac5f0a2ecc3d9103902ef94f5be4b8
4
+ data.tar.gz: 71df178bc77eb0336353ff0f1b962cb42a3e1a29
5
5
  SHA512:
6
- metadata.gz: df068957ee7bff5f75fad8add2e74654488d6b0ed67ed31cb4161828ffeb94f8585f20bc17aea1f3954661b9437a39ada7d2c23175c50c2db3fad39014fc0fcc
7
- data.tar.gz: 9e6ea9946e53ce895d0f2607f553c683fb1bf28ae2540f0c62390dec6c13c8e331b980d87450264cdc9719df982f0effffe276ff7df59e8bd8f1771ef9550dae
6
+ metadata.gz: 264c65ef10dd82b55b69bb156ad89ddf331d4d30fc6950b19031f598d79818df96023fd43d1aea8d962d1bb93b03b910593c493d0039e84fdd201acb8532662e
7
+ data.tar.gz: f21c6b665f1b5e27c681f94f376e09f87e2a303036d8ad080914c4bb7765630dfe678061ec30202faef2a1bda77d92496907fbfa4934e9ce490e4415307c505c
@@ -36,7 +36,7 @@ module EasyAuth::Models::Identities::OauthCore
36
36
  account_model_name = EasyAuth.account_model.model_name
37
37
  env = clean_env(controller.env.dup)
38
38
 
39
- env['QUERY_STRING'] = {account_model_name.param_key => account_attributes(account_attributes, identity)}.to_param
39
+ env['QUERY_STRING'] = {account_model_name.param_key => account_attributes(account_attributes, identity), 'identity' => controller.params[:identity]}.to_param
40
40
 
41
41
  account_controller_class = ActiveSupport::Dependencies.constantize("#{account_model_name.route_key.camelize}Controller")
42
42
  account_controller = account_controller_class.new
@@ -1,5 +1,5 @@
1
1
  module EasyAuth
2
2
  module OauthCore
3
- VERSION = '0.1.1'
3
+ VERSION = '0.2.0'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_auth-oauth_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Cardarella
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-03 00:00:00.000000000 Z
11
+ date: 2014-04-15 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: EasyAuth-OauthCore
14
14
  email: