rack-oauth2-server 1.4.1 → 1.4.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/CHANGELOG +7 -0
- data/Gemfile +0 -2
- data/VERSION +1 -1
- data/bin/oauth2-server +8 -5
- data/rack-oauth2-server.gemspec +1 -0
- data/test/rails/log/test.log +2618 -0
- metadata +18 -4
data/test/rails/log/test.log
CHANGED
@@ -185763,3 +185763,2621 @@ Authorization request error: invalid_client Client ID and client secret do not m
|
|
185763
185763
|
Authorization request error: invalid_client Client ID and client secret do not match.
|
185764
185764
|
Authorization request error: invalid_client Client ID and client secret do not match.
|
185765
185765
|
Authorization request error: invalid_client Client ID and client secret do not match.
|
185766
|
+
Request 4cd9c4b13321e82aae000002: Client UberClient requested code with scope read write
|
185767
|
+
|
185768
|
+
|
185769
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185770
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"9c1591c965bfabded1cf7df6f56f35395aa540a29cd12bbe05d1a853a8d04a83", "client_id"=>"4cd9c4b03321e82aae000001", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185771
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=9c1591c965bfabded1cf7df6f56f35395aa540a29cd12bbe05d1a853a8d04a83&client_id=4cd9c4b03321e82aae000001&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185772
|
+
|
185773
|
+
|
185774
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185775
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000002"}
|
185776
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185777
|
+
Request 4cd9c4b13321e82aae000002: Client 4cd9c4b03321e82aae000001 granted access code 55302bd1f8d4d0754fbe8b1ac120ce882bb76139e4d97f258f57d1cd6c9f4ed3
|
185778
|
+
Request 4cd9c4b13321e82aae000004: Client UberClient requested code with scope read write
|
185779
|
+
|
185780
|
+
|
185781
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185782
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"584f19f838f3d1e94bad5dba74c6401f85161263029d36d124ba38a0f96187f0", "client_id"=>"4cd9c4b13321e82aae000003", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185783
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=584f19f838f3d1e94bad5dba74c6401f85161263029d36d124ba38a0f96187f0&client_id=4cd9c4b13321e82aae000003&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185784
|
+
|
185785
|
+
|
185786
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185787
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000004"}
|
185788
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185789
|
+
Request 4cd9c4b13321e82aae000004: Client 4cd9c4b13321e82aae000003 granted access code d64e6c97da1bf200a5b6dd5c563fba1229b4954e2543369e7261474f99c6c6e8
|
185790
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
185791
|
+
Request 4cd9c4b13321e82aae000006: Client UberClient requested code with scope read write
|
185792
|
+
|
185793
|
+
|
185794
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185795
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"7f3b55d63be67d2eb182020b6811beffffe69b10083d95af8978aa3dcdff24f1", "client_id"=>"4cd9c4b13321e82aae000005", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185796
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=7f3b55d63be67d2eb182020b6811beffffe69b10083d95af8978aa3dcdff24f1&client_id=4cd9c4b13321e82aae000005&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185797
|
+
|
185798
|
+
|
185799
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185800
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000006"}
|
185801
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185802
|
+
Request 4cd9c4b13321e82aae000006: Client 4cd9c4b13321e82aae000005 granted access code 7e1da44cb1d9956c6811f3cc17e25a32377a096d838d506336a8723e145fb0ae
|
185803
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
185804
|
+
Request 4cd9c4b13321e82aae000008: Client UberClient requested code with scope read write
|
185805
|
+
|
185806
|
+
|
185807
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185808
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"572face679eec524ef1eb374631e656a14ec595776a76ef6d96da8556819396c", "client_id"=>"4cd9c4b13321e82aae000007", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185809
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=572face679eec524ef1eb374631e656a14ec595776a76ef6d96da8556819396c&client_id=4cd9c4b13321e82aae000007&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185810
|
+
|
185811
|
+
|
185812
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185813
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000008"}
|
185814
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185815
|
+
Request 4cd9c4b13321e82aae000008: Client 4cd9c4b13321e82aae000007 granted access code 664786b14e0a2044cf75cca214f40c7a16c7e111df691ad32fd00ea70693ccfb
|
185816
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
185817
|
+
Request 4cd9c4b13321e82aae00000a: Client UberClient requested code with scope read write
|
185818
|
+
|
185819
|
+
|
185820
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185821
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"d8f99e494da0f91132478fdd8522838a30e57d2e3552d04244f5575648f67fa4", "client_id"=>"4cd9c4b13321e82aae000009", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185822
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=d8f99e494da0f91132478fdd8522838a30e57d2e3552d04244f5575648f67fa4&client_id=4cd9c4b13321e82aae000009&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185823
|
+
|
185824
|
+
|
185825
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185826
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00000a"}
|
185827
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185828
|
+
Request 4cd9c4b13321e82aae00000a: Client 4cd9c4b13321e82aae000009 granted access code 71018b9534b34db5998066b0cfb69dc38beacc87339ee35506ebd09b4e474a3a
|
185829
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
185830
|
+
Request 4cd9c4b13321e82aae00000c: Client UberClient requested code with scope read write
|
185831
|
+
|
185832
|
+
|
185833
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185834
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"20d473466da36cbe8d5d6e8019576151cda813788ad86d0a297960612fafb6ea", "client_id"=>"4cd9c4b13321e82aae00000b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185835
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=20d473466da36cbe8d5d6e8019576151cda813788ad86d0a297960612fafb6ea&client_id=4cd9c4b13321e82aae00000b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185836
|
+
|
185837
|
+
|
185838
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185839
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00000c"}
|
185840
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185841
|
+
Request 4cd9c4b13321e82aae00000c: Client 4cd9c4b13321e82aae00000b granted access code 091ed95302b1cfb08072e7601182551ffe51c623b020434e6c59286a8b175d2c
|
185842
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
185843
|
+
Request 4cd9c4b13321e82aae00000e: Client UberClient requested code with scope read write
|
185844
|
+
|
185845
|
+
|
185846
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185847
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"80829d5e538e6c156409bdc883d2e101da3296aad21581a7ae1e7322298a8c91", "client_id"=>"4cd9c4b13321e82aae00000d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185848
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=80829d5e538e6c156409bdc883d2e101da3296aad21581a7ae1e7322298a8c91&client_id=4cd9c4b13321e82aae00000d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185849
|
+
|
185850
|
+
|
185851
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185852
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00000e"}
|
185853
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185854
|
+
Request 4cd9c4b13321e82aae00000e: Client 4cd9c4b13321e82aae00000d granted access code ed8ddc5fa0101a7f1016bfdd7f08115928b262e8c2855116a393d18277147be4
|
185855
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
185856
|
+
Request 4cd9c4b13321e82aae000010: Client UberClient requested code with scope read write
|
185857
|
+
|
185858
|
+
|
185859
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185860
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"4922db02ed276c2167a4079a35de2c05cdc049e8b699c548335a98928a240bd9", "client_id"=>"4cd9c4b13321e82aae00000f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185861
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=4922db02ed276c2167a4079a35de2c05cdc049e8b699c548335a98928a240bd9&client_id=4cd9c4b13321e82aae00000f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185862
|
+
|
185863
|
+
|
185864
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185865
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000010"}
|
185866
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185867
|
+
Request 4cd9c4b13321e82aae000010: Client 4cd9c4b13321e82aae00000f granted access code fe4e6c43a5f58d0356868a461b126316ca391a1de884102a2f938b606d69d726
|
185868
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185869
|
+
Request 4cd9c4b13321e82aae000012: Client UberClient requested code with scope read write
|
185870
|
+
|
185871
|
+
|
185872
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185873
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c6b52e52cc1b625e3eb3ef012306e7affb22d6c0a85e1dc125fd98bce1dc7844", "client_id"=>"4cd9c4b13321e82aae000011", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185874
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c6b52e52cc1b625e3eb3ef012306e7affb22d6c0a85e1dc125fd98bce1dc7844&client_id=4cd9c4b13321e82aae000011&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185875
|
+
|
185876
|
+
|
185877
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185878
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000012"}
|
185879
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185880
|
+
Request 4cd9c4b13321e82aae000012: Client 4cd9c4b13321e82aae000011 granted access code cdb564a8af1cd0b80fea3ce84d7de2972ac996de7d685ba746548db1418ecff3
|
185881
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185882
|
+
Request 4cd9c4b13321e82aae000014: Client UberClient requested code with scope read write
|
185883
|
+
|
185884
|
+
|
185885
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185886
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"222a8b4ba7c7b9f56c304398780d294adb9b35879bd610168cb8bb45333a5ab7", "client_id"=>"4cd9c4b13321e82aae000013", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185887
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=222a8b4ba7c7b9f56c304398780d294adb9b35879bd610168cb8bb45333a5ab7&client_id=4cd9c4b13321e82aae000013&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185888
|
+
|
185889
|
+
|
185890
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185891
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000014"}
|
185892
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185893
|
+
Request 4cd9c4b13321e82aae000014: Client 4cd9c4b13321e82aae000013 granted access code 87efe0b69b3dee57fa535274a2e9b9e31a3ef51d9120456627c5aef9501c2e3a
|
185894
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185895
|
+
Request 4cd9c4b13321e82aae000016: Client UberClient requested code with scope read write
|
185896
|
+
|
185897
|
+
|
185898
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185899
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"35a7864ebb2ffc6c1239e4eafbdbfcab067d1aa0fd2a82ec0605afc9d9e896e4", "client_id"=>"4cd9c4b13321e82aae000015", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185900
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=35a7864ebb2ffc6c1239e4eafbdbfcab067d1aa0fd2a82ec0605afc9d9e896e4&client_id=4cd9c4b13321e82aae000015&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185901
|
+
|
185902
|
+
|
185903
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185904
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000016"}
|
185905
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185906
|
+
Request 4cd9c4b13321e82aae000016: Client 4cd9c4b13321e82aae000015 granted access code 6c7097e98cf17a3b72cf868ef95651aa8f2c512b933e8373caa768e8ec86f4b6
|
185907
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185908
|
+
Request 4cd9c4b13321e82aae000018: Client UberClient requested code with scope read write
|
185909
|
+
|
185910
|
+
|
185911
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185912
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"07ce603aaed6a5b08315069055b854108b1dc134cc59aeec3d8b5b965ea97ab7", "client_id"=>"4cd9c4b13321e82aae000017", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185913
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=07ce603aaed6a5b08315069055b854108b1dc134cc59aeec3d8b5b965ea97ab7&client_id=4cd9c4b13321e82aae000017&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185914
|
+
|
185915
|
+
|
185916
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185917
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000018"}
|
185918
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185919
|
+
Request 4cd9c4b13321e82aae000018: Client 4cd9c4b13321e82aae000017 granted access code 40eaa82c096daebee2f4ac48afa17c58c291b3bb4a08f174663dfe0861d59294
|
185920
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185921
|
+
Request 4cd9c4b13321e82aae00001a: Client UberClient requested code with scope read write
|
185922
|
+
|
185923
|
+
|
185924
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185925
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"4ab39fc3745315f24b320b6c9429cba9f1a76f904e81f45042e3f9eb8fd99a0d", "client_id"=>"4cd9c4b13321e82aae000019", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185926
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=4ab39fc3745315f24b320b6c9429cba9f1a76f904e81f45042e3f9eb8fd99a0d&client_id=4cd9c4b13321e82aae000019&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185927
|
+
|
185928
|
+
|
185929
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185930
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00001a"}
|
185931
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185932
|
+
Request 4cd9c4b13321e82aae00001a: Client 4cd9c4b13321e82aae000019 granted access code 79bbe4b539043b7f5f3d34b4c8cf8950d7468bea3ac91a2429304aa122dd9989
|
185933
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185934
|
+
Request 4cd9c4b13321e82aae00001c: Client UberClient requested code with scope read write
|
185935
|
+
|
185936
|
+
|
185937
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185938
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"4999dd28528944e0313b15379140a07871ae38c0016d12380703a9852b94d45b", "client_id"=>"4cd9c4b13321e82aae00001b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185939
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=4999dd28528944e0313b15379140a07871ae38c0016d12380703a9852b94d45b&client_id=4cd9c4b13321e82aae00001b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185940
|
+
|
185941
|
+
|
185942
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185943
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00001c"}
|
185944
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185945
|
+
Request 4cd9c4b13321e82aae00001c: Client 4cd9c4b13321e82aae00001b granted access code 7aed9ae6b0e732d88e5c0385a391c3b3af5cef35a8be51c48b79c2963d922bbf
|
185946
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185947
|
+
Request 4cd9c4b13321e82aae00001e: Client UberClient requested code with scope read write
|
185948
|
+
|
185949
|
+
|
185950
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185951
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"fb74a62a558c72a1a85dfea11044a1c4239b9ac8be251084947e60f44ff9f99f", "client_id"=>"4cd9c4b13321e82aae00001d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185952
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=fb74a62a558c72a1a85dfea11044a1c4239b9ac8be251084947e60f44ff9f99f&client_id=4cd9c4b13321e82aae00001d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185953
|
+
|
185954
|
+
|
185955
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185956
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00001e"}
|
185957
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185958
|
+
Request 4cd9c4b13321e82aae00001e: Client 4cd9c4b13321e82aae00001d granted access code c33ebdaf02e4d27b5794ebc8113f20c1714e17b55852454396c13bd3e6990450
|
185959
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185960
|
+
Request 4cd9c4b13321e82aae000020: Client UberClient requested code with scope read write
|
185961
|
+
|
185962
|
+
|
185963
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185964
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6d934c7ae4fe3ebf0c8e3d034ff29a1f9bfb29ac0a20194682fcb6e9a44392a0", "client_id"=>"4cd9c4b13321e82aae00001f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185965
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6d934c7ae4fe3ebf0c8e3d034ff29a1f9bfb29ac0a20194682fcb6e9a44392a0&client_id=4cd9c4b13321e82aae00001f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185966
|
+
|
185967
|
+
|
185968
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185969
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000020"}
|
185970
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185971
|
+
Request 4cd9c4b13321e82aae000020: Client 4cd9c4b13321e82aae00001f granted access code d03349eb6e5e072239df908d2bfeab2787aa9227bdd9eb8849c7bb364059abae
|
185972
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185973
|
+
Request 4cd9c4b13321e82aae000022: Client UberClient requested code with scope read write
|
185974
|
+
|
185975
|
+
|
185976
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185977
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"462fa2b8881d085f201644ae3b63eb01f1fd986c29a9435f8630f1a9dde46c4c", "client_id"=>"4cd9c4b13321e82aae000021", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185978
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=462fa2b8881d085f201644ae3b63eb01f1fd986c29a9435f8630f1a9dde46c4c&client_id=4cd9c4b13321e82aae000021&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185979
|
+
|
185980
|
+
|
185981
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185982
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000022"}
|
185983
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185984
|
+
Request 4cd9c4b13321e82aae000022: Client 4cd9c4b13321e82aae000021 granted access code 8143733c88a7612a077d49b1fe97a7d606d5a99336f74c995946382e30249bdf
|
185985
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185986
|
+
Request 4cd9c4b13321e82aae000024: Client UberClient requested code with scope read write
|
185987
|
+
|
185988
|
+
|
185989
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
185990
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"34ff35f6c29f8f777c66dff0198530359e7a2fe122273fd8e5b3d619467fae47", "client_id"=>"4cd9c4b13321e82aae000023", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
185991
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=34ff35f6c29f8f777c66dff0198530359e7a2fe122273fd8e5b3d619467fae47&client_id=4cd9c4b13321e82aae000023&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
185992
|
+
|
185993
|
+
|
185994
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
185995
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000024"}
|
185996
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
185997
|
+
Request 4cd9c4b13321e82aae000024: Client 4cd9c4b13321e82aae000023 granted access code 04c515e0a69ab5b137c62e49c85c1251f51b2a6bea5c7a1ec5759ab026f113ad
|
185998
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
185999
|
+
Request 4cd9c4b13321e82aae000026: Client UberClient requested code with scope read write
|
186000
|
+
|
186001
|
+
|
186002
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186003
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e957d6154cab7948397fa0016d7b1a58987821b34a75b5576f726a19f598b9ca", "client_id"=>"4cd9c4b13321e82aae000025", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186004
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e957d6154cab7948397fa0016d7b1a58987821b34a75b5576f726a19f598b9ca&client_id=4cd9c4b13321e82aae000025&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186005
|
+
|
186006
|
+
|
186007
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186008
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000026"}
|
186009
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186010
|
+
Request 4cd9c4b13321e82aae000026: Client 4cd9c4b13321e82aae000025 granted access code d9ef720bad8590e55e83b325bc902cf7b5bdc8cc63b665f688e5347d92ffabbf
|
186011
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186012
|
+
Request 4cd9c4b13321e82aae000028: Client UberClient requested code with scope read write
|
186013
|
+
|
186014
|
+
|
186015
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186016
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"ac6025e5d8b94207ade18f4035abf3a59fc62642d5227b060dd6d78d0431f5cd", "client_id"=>"4cd9c4b13321e82aae000027", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186017
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=ac6025e5d8b94207ade18f4035abf3a59fc62642d5227b060dd6d78d0431f5cd&client_id=4cd9c4b13321e82aae000027&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186018
|
+
|
186019
|
+
|
186020
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186021
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000028"}
|
186022
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186023
|
+
Request 4cd9c4b13321e82aae000028: Client 4cd9c4b13321e82aae000027 granted access code 17538aa5fbf73a4626798cbb6df3ed05037b662eb5dd9508b1ce92caf6a3dde9
|
186024
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186025
|
+
Request 4cd9c4b13321e82aae00002a: Client UberClient requested code with scope read write
|
186026
|
+
|
186027
|
+
|
186028
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186029
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"0396ca74b0084235604f2661a2b3e362e968bc15cd0a8bba89cbee38b11ac44e", "client_id"=>"4cd9c4b13321e82aae000029", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186030
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=0396ca74b0084235604f2661a2b3e362e968bc15cd0a8bba89cbee38b11ac44e&client_id=4cd9c4b13321e82aae000029&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186031
|
+
|
186032
|
+
|
186033
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186034
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00002a"}
|
186035
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186036
|
+
Request 4cd9c4b13321e82aae00002a: Client 4cd9c4b13321e82aae000029 granted access code 2a1715f59403663727d44c96187e2b2fe838390baafc4e438c8c52f9e3d7eb82
|
186037
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186038
|
+
Request 4cd9c4b13321e82aae00002c: Client UberClient requested code with scope read write
|
186039
|
+
|
186040
|
+
|
186041
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186042
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8e29da5b6794f7e14f6b01b3439144f9bb90f1bbe92d44d34b51358b663fd253", "client_id"=>"4cd9c4b13321e82aae00002b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186043
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8e29da5b6794f7e14f6b01b3439144f9bb90f1bbe92d44d34b51358b663fd253&client_id=4cd9c4b13321e82aae00002b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186044
|
+
|
186045
|
+
|
186046
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186047
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00002c"}
|
186048
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186049
|
+
Request 4cd9c4b13321e82aae00002c: Client 4cd9c4b13321e82aae00002b granted access code d6ddec2422d0b332caf4fc107f0c5fa45984b02dad2b2937557d00bb325d15ab
|
186050
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186051
|
+
Request 4cd9c4b13321e82aae00002e: Client UberClient requested code with scope read write
|
186052
|
+
|
186053
|
+
|
186054
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186055
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"04e5c9d6198887fa0fd1d3415138d9fbbfdd28853cb420ee6ba7b8174e1e905c", "client_id"=>"4cd9c4b13321e82aae00002d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186056
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=04e5c9d6198887fa0fd1d3415138d9fbbfdd28853cb420ee6ba7b8174e1e905c&client_id=4cd9c4b13321e82aae00002d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186057
|
+
|
186058
|
+
|
186059
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186060
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00002e"}
|
186061
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186062
|
+
Request 4cd9c4b13321e82aae00002e: Client 4cd9c4b13321e82aae00002d granted access code 80a3fdb248c13f24a05a802b4a58fdcff3c5bf0c1454d233e7a26eed7873cfca
|
186063
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186064
|
+
Request 4cd9c4b13321e82aae000030: Client UberClient requested code with scope read write
|
186065
|
+
|
186066
|
+
|
186067
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186068
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"4388107e4bf8b1e0e12e0ec4859444ab24e514011328361a108445f0efa51173", "client_id"=>"4cd9c4b13321e82aae00002f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186069
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=4388107e4bf8b1e0e12e0ec4859444ab24e514011328361a108445f0efa51173&client_id=4cd9c4b13321e82aae00002f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186070
|
+
|
186071
|
+
|
186072
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186073
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000030"}
|
186074
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186075
|
+
Request 4cd9c4b13321e82aae000030: Client 4cd9c4b13321e82aae00002f granted access code 59d5fae1c183977c5e3bd3cdfc4abf26d826d301396f0e6ac91e467c6ce8cf2d
|
186076
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186077
|
+
Request 4cd9c4b13321e82aae000032: Client UberClient requested code with scope read write
|
186078
|
+
|
186079
|
+
|
186080
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186081
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"93fc03eb0641025db862a61bafe11250624dd4e8aa247c696a3898a7a39a74f0", "client_id"=>"4cd9c4b13321e82aae000031", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186082
|
+
Completed in 36ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=93fc03eb0641025db862a61bafe11250624dd4e8aa247c696a3898a7a39a74f0&client_id=4cd9c4b13321e82aae000031&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186083
|
+
|
186084
|
+
|
186085
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186086
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000032"}
|
186087
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186088
|
+
Request 4cd9c4b13321e82aae000032: Client 4cd9c4b13321e82aae000031 granted access code bb5e01722e797425d5c174949e229d08ef11ee59ff9fd97498ef78b1321a6132
|
186089
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186090
|
+
Request 4cd9c4b13321e82aae000034: Client UberClient requested code with scope read write
|
186091
|
+
|
186092
|
+
|
186093
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186094
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"0cafc58f43ef981d8ea7cf99c96884c3521d20fb32195bdc143d15f2b63f6446", "client_id"=>"4cd9c4b13321e82aae000033", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186095
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=0cafc58f43ef981d8ea7cf99c96884c3521d20fb32195bdc143d15f2b63f6446&client_id=4cd9c4b13321e82aae000033&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186096
|
+
|
186097
|
+
|
186098
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186099
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000034"}
|
186100
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186101
|
+
Request 4cd9c4b13321e82aae000034: Client 4cd9c4b13321e82aae000033 granted access code bbe41a007456e3cc3cbd592f642017e5f2f761cb13eba321f635e5e6e2a7f9a5
|
186102
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186103
|
+
Request 4cd9c4b13321e82aae000036: Client UberClient requested code with scope read write
|
186104
|
+
|
186105
|
+
|
186106
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186107
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e7d0f0cb68a7a2d316ab7f80be51333514a758384f6b78f79a181fc4e06deb59", "client_id"=>"4cd9c4b13321e82aae000035", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186108
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e7d0f0cb68a7a2d316ab7f80be51333514a758384f6b78f79a181fc4e06deb59&client_id=4cd9c4b13321e82aae000035&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186109
|
+
|
186110
|
+
|
186111
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186112
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000036"}
|
186113
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186114
|
+
Request 4cd9c4b13321e82aae000036: Client 4cd9c4b13321e82aae000035 granted access code f640e56b2b7e50b2e86d88a58de8bf0500466c4c61891eb28049430cf5ce7e2b
|
186115
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186116
|
+
Request 4cd9c4b13321e82aae000038: Client UberClient requested code with scope read write
|
186117
|
+
|
186118
|
+
|
186119
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186120
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c615ed5e93b3dbb7d6658bbfefe009eeafd0643a5f9e233967f63e44f101187b", "client_id"=>"4cd9c4b13321e82aae000037", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186121
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c615ed5e93b3dbb7d6658bbfefe009eeafd0643a5f9e233967f63e44f101187b&client_id=4cd9c4b13321e82aae000037&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186122
|
+
|
186123
|
+
|
186124
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186125
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000038"}
|
186126
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186127
|
+
Request 4cd9c4b13321e82aae000038: Client 4cd9c4b13321e82aae000037 granted access code 80174db5f327df47a424c3fd540c1295285990da877f4b6b5b76e02e8b1adc33
|
186128
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186129
|
+
Request 4cd9c4b13321e82aae00003a: Client UberClient requested code with scope read write
|
186130
|
+
|
186131
|
+
|
186132
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186133
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a3d869e6009df5bfa4080dc7cb9a66f53fb9a5719eae79c45828d2f33cd649d7", "client_id"=>"4cd9c4b13321e82aae000039", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186134
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a3d869e6009df5bfa4080dc7cb9a66f53fb9a5719eae79c45828d2f33cd649d7&client_id=4cd9c4b13321e82aae000039&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186135
|
+
|
186136
|
+
|
186137
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186138
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00003a"}
|
186139
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186140
|
+
Request 4cd9c4b13321e82aae00003a: Client 4cd9c4b13321e82aae000039 granted access code 308bc9916e4b826ee0fb7bc5ef9d5643b8f595e98fa75f2d4c30d20043acc189
|
186141
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186142
|
+
Request 4cd9c4b13321e82aae00003c: Client UberClient requested code with scope read write
|
186143
|
+
|
186144
|
+
|
186145
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186146
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e03221ba18495f71c1283f803b466a4c9ec368d88274931d0d6d4255f5c222b1", "client_id"=>"4cd9c4b13321e82aae00003b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186147
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e03221ba18495f71c1283f803b466a4c9ec368d88274931d0d6d4255f5c222b1&client_id=4cd9c4b13321e82aae00003b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186148
|
+
|
186149
|
+
|
186150
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186151
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00003c"}
|
186152
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186153
|
+
Request 4cd9c4b13321e82aae00003c: Client 4cd9c4b13321e82aae00003b granted access code 4dbe15506af52d0f3426a320344b6700a811cbf5ae751dc899eba0c396d67110
|
186154
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186155
|
+
Request 4cd9c4b13321e82aae00003e: Client UberClient requested code with scope read write
|
186156
|
+
|
186157
|
+
|
186158
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186159
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"5380480e715a11a0fb2cf6f0f7a2d7c3d88d961d108e6b8daf93327067009dd7", "client_id"=>"4cd9c4b13321e82aae00003d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186160
|
+
Completed in 54ms (View: 52 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=5380480e715a11a0fb2cf6f0f7a2d7c3d88d961d108e6b8daf93327067009dd7&client_id=4cd9c4b13321e82aae00003d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186161
|
+
|
186162
|
+
|
186163
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186164
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00003e"}
|
186165
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186166
|
+
Request 4cd9c4b13321e82aae00003e: Client 4cd9c4b13321e82aae00003d granted access code 4236fc7a1b260b3aede80477a975bcb7b1c996670d6960dc3bf72e402270803c
|
186167
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186168
|
+
Request 4cd9c4b13321e82aae000040: Client UberClient requested code with scope read write
|
186169
|
+
|
186170
|
+
|
186171
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186172
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"d9f8ab83f3511e2cf6b1cdd2d5607831b1b33cdf59ce2fcb319dd9f0f932bdda", "client_id"=>"4cd9c4b13321e82aae00003f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186173
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=d9f8ab83f3511e2cf6b1cdd2d5607831b1b33cdf59ce2fcb319dd9f0f932bdda&client_id=4cd9c4b13321e82aae00003f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186174
|
+
|
186175
|
+
|
186176
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186177
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000040"}
|
186178
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186179
|
+
Request 4cd9c4b13321e82aae000040: Client 4cd9c4b13321e82aae00003f granted access code 4fe24c809cfbbeffa788bdad19cb4434fa50e747c37bb66bef8c613fe8f3bc72
|
186180
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186181
|
+
Request 4cd9c4b13321e82aae000042: Client UberClient requested code with scope read write
|
186182
|
+
|
186183
|
+
|
186184
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186185
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"4a32996117c5616311c27122c685d96ab09cc7846224178b010be433f8ae9f79", "client_id"=>"4cd9c4b13321e82aae000041", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186186
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=4a32996117c5616311c27122c685d96ab09cc7846224178b010be433f8ae9f79&client_id=4cd9c4b13321e82aae000041&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186187
|
+
|
186188
|
+
|
186189
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186190
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000042"}
|
186191
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186192
|
+
Request 4cd9c4b13321e82aae000042: Client 4cd9c4b13321e82aae000041 granted access code 0e827bb8ae6e0357067f4a23e59ea33f4059633f2472703aa5f2aeca85242ba3
|
186193
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186194
|
+
Request 4cd9c4b13321e82aae000044: Client UberClient requested code with scope read write
|
186195
|
+
|
186196
|
+
|
186197
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186198
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"0a763fba363139cfd52ddb464f1443227be29ea18df112411a2e5329c8c3211a", "client_id"=>"4cd9c4b13321e82aae000043", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186199
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=0a763fba363139cfd52ddb464f1443227be29ea18df112411a2e5329c8c3211a&client_id=4cd9c4b13321e82aae000043&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186200
|
+
|
186201
|
+
|
186202
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186203
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000044"}
|
186204
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186205
|
+
Request 4cd9c4b13321e82aae000044: Client 4cd9c4b13321e82aae000043 granted access code 71d3149140330fdb478aab204363c49d17ac72ebe28b44e26a478cf8c2c44121
|
186206
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186207
|
+
Request 4cd9c4b13321e82aae000046: Client UberClient requested code with scope read write
|
186208
|
+
|
186209
|
+
|
186210
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186211
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6065164973718dd663ba1a917eb7a88d7cb7ebcae6146f261b9dbb81709e9a39", "client_id"=>"4cd9c4b13321e82aae000045", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186212
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6065164973718dd663ba1a917eb7a88d7cb7ebcae6146f261b9dbb81709e9a39&client_id=4cd9c4b13321e82aae000045&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186213
|
+
|
186214
|
+
|
186215
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186216
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000046"}
|
186217
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186218
|
+
Request 4cd9c4b13321e82aae000046: Client 4cd9c4b13321e82aae000045 granted access code 577ea5fcaa29802095eaa71b92d4603da85df7241af5d77511d15cedd3f83497
|
186219
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186220
|
+
Request 4cd9c4b13321e82aae000048: Client UberClient requested code with scope read write
|
186221
|
+
|
186222
|
+
|
186223
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186224
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e9f981cfeefe523e59b62866f53f6bea9e2cae309030438647a0ad931b38081c", "client_id"=>"4cd9c4b13321e82aae000047", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186225
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e9f981cfeefe523e59b62866f53f6bea9e2cae309030438647a0ad931b38081c&client_id=4cd9c4b13321e82aae000047&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186226
|
+
|
186227
|
+
|
186228
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186229
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae000048"}
|
186230
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186231
|
+
Request 4cd9c4b13321e82aae000048: Client 4cd9c4b13321e82aae000047 granted access code 9d7b959baab1130136adfc10daaa2a237d6a04fe945d58e602f0956e45f4b879
|
186232
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186233
|
+
Request 4cd9c4b13321e82aae00004a: Client UberClient requested code with scope read write
|
186234
|
+
|
186235
|
+
|
186236
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:21) [GET]
|
186237
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c91291ef124d5dc1fb29946d5879dda00a6257db811dbd99aec0a242894237c2", "client_id"=>"4cd9c4b13321e82aae000049", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186238
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c91291ef124d5dc1fb29946d5879dda00a6257db811dbd99aec0a242894237c2&client_id=4cd9c4b13321e82aae000049&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186239
|
+
|
186240
|
+
|
186241
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:21) [POST]
|
186242
|
+
Parameters: {"authorization"=>"4cd9c4b13321e82aae00004a"}
|
186243
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186244
|
+
Request 4cd9c4b13321e82aae00004a: Client 4cd9c4b13321e82aae000049 granted access code cdc6c86749088e115f394dd55eb92826f5616837d2ddc18525b2e9bb85c1aac3
|
186245
|
+
Access token 2eebccce604847754d4ed83d217ada3b83eb0f4fe76f2156a71ce3fd4f60525b granted to client UberClient, identity foo bar
|
186246
|
+
Request 4cd9c4b23321e82aae00004c: Client UberClient requested code with scope read write
|
186247
|
+
|
186248
|
+
|
186249
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186250
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a9ac94f38a0083fc8176fbf44928028175e0c4b021415744f1b1c0741c268d01", "client_id"=>"4cd9c4b23321e82aae00004b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186251
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a9ac94f38a0083fc8176fbf44928028175e0c4b021415744f1b1c0741c268d01&client_id=4cd9c4b23321e82aae00004b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186252
|
+
|
186253
|
+
|
186254
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186255
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00004c"}
|
186256
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186257
|
+
Request 4cd9c4b23321e82aae00004c: Client 4cd9c4b23321e82aae00004b granted access code ad10ac038e70c8b6eb78276da9decf85a202a60c2593fa058045142e4ba7158e
|
186258
|
+
Access token 791207ec334bb2a12d66eed863f189c738b7406012bc00aebda6f5eef00a7944 granted to client UberClient, identity foo bar
|
186259
|
+
Request 4cd9c4b23321e82aae00004e: Client UberClient requested code with scope read write
|
186260
|
+
|
186261
|
+
|
186262
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186263
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a568819675698f9c0463eeadb21bea59654c4d525539de62e3d979e60da45a7e", "client_id"=>"4cd9c4b23321e82aae00004d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186264
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a568819675698f9c0463eeadb21bea59654c4d525539de62e3d979e60da45a7e&client_id=4cd9c4b23321e82aae00004d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186265
|
+
|
186266
|
+
|
186267
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186268
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00004e"}
|
186269
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/grant]
|
186270
|
+
Request 4cd9c4b23321e82aae00004e: Client 4cd9c4b23321e82aae00004d granted access code 7f8728eeecc8aa87d80f3ea13754950143d6cff8bfe5d54608d680fa4c852e46
|
186271
|
+
Access token 5992cb56565b24e399d59399ad4bb212d06bcb383114cc10c86f6db973759194 granted to client UberClient, identity foo bar
|
186272
|
+
Request 4cd9c4b23321e82aae000050: Client UberClient requested code with scope read write
|
186273
|
+
|
186274
|
+
|
186275
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186276
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"1d2f638c4feb2136c434020c34db787c89c169e74a10be89ae8f2baae1e6a739", "client_id"=>"4cd9c4b23321e82aae00004f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186277
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=1d2f638c4feb2136c434020c34db787c89c169e74a10be89ae8f2baae1e6a739&client_id=4cd9c4b23321e82aae00004f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186278
|
+
|
186279
|
+
|
186280
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186281
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000050"}
|
186282
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186283
|
+
Request 4cd9c4b23321e82aae000050: Client 4cd9c4b23321e82aae00004f granted access code aa11bee6157b9bf5da3637f452ca8c3362ef5112c8604af52374ce8387709695
|
186284
|
+
Access token c5dd078f1ee29cb272ea279e9e5ace5c3a5f08df8cefd4c10b5cd1c8bfaf1d56 granted to client UberClient, identity foo bar
|
186285
|
+
Request 4cd9c4b23321e82aae000052: Client UberClient requested code with scope read write
|
186286
|
+
|
186287
|
+
|
186288
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186289
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6212c342b731cbb8f006c5ae26fd88254576d91e62edd5df1c119cf12973201c", "client_id"=>"4cd9c4b23321e82aae000051", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186290
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6212c342b731cbb8f006c5ae26fd88254576d91e62edd5df1c119cf12973201c&client_id=4cd9c4b23321e82aae000051&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186291
|
+
|
186292
|
+
|
186293
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186294
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000052"}
|
186295
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186296
|
+
Request 4cd9c4b23321e82aae000052: Client 4cd9c4b23321e82aae000051 granted access code cc33e3d717e30c7a00e5e3a950fc7d87f5a22f7d766afe7c60243d37eb7c158c
|
186297
|
+
Access token f3709f16175038e5950888c64506801a6abfeb563d48f22279dd7dbf35162bfb granted to client UberClient, identity foo bar
|
186298
|
+
Request 4cd9c4b23321e82aae000054: Client UberClient requested code with scope read write
|
186299
|
+
|
186300
|
+
|
186301
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186302
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"972eb9f919842a7d1be5b67450e14af94fa684be55834f3bc4de72a623178588", "client_id"=>"4cd9c4b23321e82aae000053", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186303
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=972eb9f919842a7d1be5b67450e14af94fa684be55834f3bc4de72a623178588&client_id=4cd9c4b23321e82aae000053&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186304
|
+
|
186305
|
+
|
186306
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186307
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000054"}
|
186308
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186309
|
+
Request 4cd9c4b23321e82aae000054: Client 4cd9c4b23321e82aae000053 granted access code 300d7f8414f82b7abde3c7f0783543c2b3aad4d3dc9a33adadbda06a538ad696
|
186310
|
+
Access token 4749115422ac1c3fd28988c6ade5c76961a834997adad4f328c002e9b9e5f48a granted to client UberClient, identity foo bar
|
186311
|
+
Request 4cd9c4b23321e82aae000056: Client UberClient requested code with scope read write
|
186312
|
+
|
186313
|
+
|
186314
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186315
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"72d00ec386805e991828f14959fd4a2bcaeaf0f3e3cc5ce5099d5c95d46c0b5c", "client_id"=>"4cd9c4b23321e82aae000055", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186316
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=72d00ec386805e991828f14959fd4a2bcaeaf0f3e3cc5ce5099d5c95d46c0b5c&client_id=4cd9c4b23321e82aae000055&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186317
|
+
|
186318
|
+
|
186319
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186320
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000056"}
|
186321
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186322
|
+
Request 4cd9c4b23321e82aae000056: Client 4cd9c4b23321e82aae000055 granted access code 12254eddf7b81c1be93859b8248aca341d4310cfd6a7cdced2621ce3470d7eac
|
186323
|
+
Access token 2d9773248e6fb0778e8c31665371b5cd1cabd8a85cf559d7e1c1b3c24f692ab4 granted to client UberClient, identity Batman
|
186324
|
+
Request 4cd9c4b23321e82aae000058: Client UberClient requested code with scope read write
|
186325
|
+
|
186326
|
+
|
186327
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186328
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"d7bde9e73c7e864fab78495f19dc32699cb5e2c9288e650a8012e8b61ab15f58", "client_id"=>"4cd9c4b23321e82aae000057", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186329
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=d7bde9e73c7e864fab78495f19dc32699cb5e2c9288e650a8012e8b61ab15f58&client_id=4cd9c4b23321e82aae000057&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186330
|
+
|
186331
|
+
|
186332
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186333
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000058"}
|
186334
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186335
|
+
Request 4cd9c4b23321e82aae000058: Client 4cd9c4b23321e82aae000057 granted access code 3901e682ecf07b821d98985ae2b8bcd9334fc07785e34dac503e035c5531fc7a
|
186336
|
+
Access token 634f2ebe1d3719f5528f5ce3539ba935bbdb18ee3a3f5fe608d9dd8ad3ab982f granted to client UberClient, identity Batman
|
186337
|
+
Request 4cd9c4b23321e82aae00005a: Client UberClient requested code with scope read write
|
186338
|
+
|
186339
|
+
|
186340
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186341
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b800a8500bcb2a56461623150b613676390a848bb62da7edd5868a2ee7166c3f", "client_id"=>"4cd9c4b23321e82aae000059", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186342
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b800a8500bcb2a56461623150b613676390a848bb62da7edd5868a2ee7166c3f&client_id=4cd9c4b23321e82aae000059&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186343
|
+
|
186344
|
+
|
186345
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186346
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00005a"}
|
186347
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186348
|
+
Request 4cd9c4b23321e82aae00005a: Client 4cd9c4b23321e82aae000059 granted access code 9ace40ae70ee781e9bdf7b742ec4f9a46e217d589cd93a77e3e12222cdab8eb9
|
186349
|
+
Access token d89af22ca12a3aa188e9a63053a329eef6c62aab58d3effb8e91a2b252b9f249 granted to client UberClient, identity Batman
|
186350
|
+
Request 4cd9c4b23321e82aae00005c: Client UberClient requested code with scope read write
|
186351
|
+
|
186352
|
+
|
186353
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186354
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"bad30c06d0a8678be23267b20fb64b4959180353614555b90a60348ad2219b32", "client_id"=>"4cd9c4b23321e82aae00005b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186355
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=bad30c06d0a8678be23267b20fb64b4959180353614555b90a60348ad2219b32&client_id=4cd9c4b23321e82aae00005b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186356
|
+
|
186357
|
+
|
186358
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186359
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00005c"}
|
186360
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186361
|
+
Request 4cd9c4b23321e82aae00005c: Client 4cd9c4b23321e82aae00005b granted access code f2430619a9aa437a53ea12447e55f4bf58ae93c1bf1ec4b43bf66bf30b225dc1
|
186362
|
+
Access token 47aee3821c7e161b6f19bf2037eeca623e15fffc6161c83e617c3e77e455aae4 granted to client UberClient, identity Batman
|
186363
|
+
Request 4cd9c4b23321e82aae00005e: Client UberClient requested code with scope read write
|
186364
|
+
|
186365
|
+
|
186366
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186367
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"fafc1e64f5ac78470bc6c7350397c7596161cdfc27051b05b165e7f5ef014190", "client_id"=>"4cd9c4b23321e82aae00005d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186368
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=fafc1e64f5ac78470bc6c7350397c7596161cdfc27051b05b165e7f5ef014190&client_id=4cd9c4b23321e82aae00005d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186369
|
+
|
186370
|
+
|
186371
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186372
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00005e"}
|
186373
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186374
|
+
Request 4cd9c4b23321e82aae00005e: Client 4cd9c4b23321e82aae00005d granted access code 9b37aafce03744694c2926c83ff77196df8b810fea6d97caa371b6132d31ee1b
|
186375
|
+
Access token a67b3af50788b1f01afc4e9cfae9f44fbd9bf7aeaf7435fb740136952ef4f3bc granted to client UberClient, identity Batman
|
186376
|
+
Request 4cd9c4b23321e82aae000060: Client UberClient requested code with scope read write
|
186377
|
+
|
186378
|
+
|
186379
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186380
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"aa5ab5778be2313d63e4f6dd7d87fd4fbe4fe7fa6c6129d4e541c9368977d7a6", "client_id"=>"4cd9c4b23321e82aae00005f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186381
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=aa5ab5778be2313d63e4f6dd7d87fd4fbe4fe7fa6c6129d4e541c9368977d7a6&client_id=4cd9c4b23321e82aae00005f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186382
|
+
|
186383
|
+
|
186384
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186385
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000060"}
|
186386
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186387
|
+
Request 4cd9c4b23321e82aae000060: Client 4cd9c4b23321e82aae00005f granted access code 291320a1447cdd131ddf0cfd38212a765a9b1e42b6f9c78fa0dafb35aec8766b
|
186388
|
+
Access token 6b7248b398362502933c7b49bd6e1c01133d3642e06f6851724f8cf6af0c27ff granted to client UberClient, identity Batman
|
186389
|
+
Request 4cd9c4b23321e82aae000062: Client UberClient requested code with scope read write
|
186390
|
+
|
186391
|
+
|
186392
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186393
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e91474d95afd44d80f306e10bd7b96a9464ffd5ead0efb4e03cf9a922f62907b", "client_id"=>"4cd9c4b23321e82aae000061", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186394
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e91474d95afd44d80f306e10bd7b96a9464ffd5ead0efb4e03cf9a922f62907b&client_id=4cd9c4b23321e82aae000061&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186395
|
+
|
186396
|
+
|
186397
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186398
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000062"}
|
186399
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186400
|
+
Request 4cd9c4b23321e82aae000062: Client 4cd9c4b23321e82aae000061 granted access code ee7fb1b4dc08eb9c14610efa6014375736cfa452b577bfdf28f55bae60b7ff50
|
186401
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186402
|
+
Request 4cd9c4b23321e82aae000064: Client UberClient requested code with scope read write
|
186403
|
+
|
186404
|
+
|
186405
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186406
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8939e75326d2a9bc84ac85d27852ca1bb3ab62c2493112d44c3a501bf8f9c24d", "client_id"=>"4cd9c4b23321e82aae000063", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186407
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8939e75326d2a9bc84ac85d27852ca1bb3ab62c2493112d44c3a501bf8f9c24d&client_id=4cd9c4b23321e82aae000063&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186408
|
+
|
186409
|
+
|
186410
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186411
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000064"}
|
186412
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/grant]
|
186413
|
+
Request 4cd9c4b23321e82aae000064: Client 4cd9c4b23321e82aae000063 granted access code 74c31e10bc28825e3c8d3095a72bffa3a4875ed7d84d783b513b3f9c68655ed0
|
186414
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186415
|
+
Request 4cd9c4b23321e82aae000066: Client UberClient requested code with scope read write
|
186416
|
+
|
186417
|
+
|
186418
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186419
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8d5b5ce921c9741c6499f26033cf39a0f93d56e2b3b22ffdc3391b0ef714cce2", "client_id"=>"4cd9c4b23321e82aae000065", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186420
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8d5b5ce921c9741c6499f26033cf39a0f93d56e2b3b22ffdc3391b0ef714cce2&client_id=4cd9c4b23321e82aae000065&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186421
|
+
|
186422
|
+
|
186423
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186424
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000066"}
|
186425
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186426
|
+
Request 4cd9c4b23321e82aae000066: Client 4cd9c4b23321e82aae000065 granted access code df47cb6531812d32ae54a692b32cb7f85f3fb965661d44be51dc21100fc4bd3a
|
186427
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186428
|
+
Request 4cd9c4b23321e82aae000068: Client UberClient requested code with scope read write
|
186429
|
+
|
186430
|
+
|
186431
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186432
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"bbe33a0a10586b1ff3ee21bfd6d4191c43342548172469c187dc65213aeb1154", "client_id"=>"4cd9c4b23321e82aae000067", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186433
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=bbe33a0a10586b1ff3ee21bfd6d4191c43342548172469c187dc65213aeb1154&client_id=4cd9c4b23321e82aae000067&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186434
|
+
|
186435
|
+
|
186436
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186437
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000068"}
|
186438
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186439
|
+
Request 4cd9c4b23321e82aae000068: Client 4cd9c4b23321e82aae000067 granted access code 154373f23b8e2e056152e1d6ac2a175fc427d45ed840583a85fa82c566aac49a
|
186440
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186441
|
+
Request 4cd9c4b23321e82aae00006a: Client UberClient requested code with scope read write
|
186442
|
+
|
186443
|
+
|
186444
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186445
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"84809712fb93a843819aaaa65bb32a6c8fbbb37486d5895a411e596b32b63ef5", "client_id"=>"4cd9c4b23321e82aae000069", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186446
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=84809712fb93a843819aaaa65bb32a6c8fbbb37486d5895a411e596b32b63ef5&client_id=4cd9c4b23321e82aae000069&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186447
|
+
|
186448
|
+
|
186449
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186450
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00006a"}
|
186451
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186452
|
+
Request 4cd9c4b23321e82aae00006a: Client 4cd9c4b23321e82aae000069 granted access code 929a8427d674ca7e686ef055e6ae36054a2354f666f092ecabf7ac0baea1fd82
|
186453
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186454
|
+
Request 4cd9c4b23321e82aae00006c: Client UberClient requested code with scope read write
|
186455
|
+
|
186456
|
+
|
186457
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186458
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"71c0bb038fe5586e09fb047b875c4af051a956bb8ad993ac8d3ee5bfdebc3864", "client_id"=>"4cd9c4b23321e82aae00006b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186459
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=71c0bb038fe5586e09fb047b875c4af051a956bb8ad993ac8d3ee5bfdebc3864&client_id=4cd9c4b23321e82aae00006b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186460
|
+
|
186461
|
+
|
186462
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186463
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00006c"}
|
186464
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186465
|
+
Request 4cd9c4b23321e82aae00006c: Client 4cd9c4b23321e82aae00006b granted access code 558992387a2781908ec87ae6749d1b89f90aeba33cc570662b1d12390f075792
|
186466
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186467
|
+
Request 4cd9c4b23321e82aae00006e: Client UberClient requested code with scope read write
|
186468
|
+
|
186469
|
+
|
186470
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186471
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"20124dac3a953b0eafe93fc06ac4858b9a06516568a982127b017df692a705da", "client_id"=>"4cd9c4b23321e82aae00006d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186472
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=20124dac3a953b0eafe93fc06ac4858b9a06516568a982127b017df692a705da&client_id=4cd9c4b23321e82aae00006d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186473
|
+
|
186474
|
+
|
186475
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186476
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00006e"}
|
186477
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186478
|
+
Request 4cd9c4b23321e82aae00006e: Client 4cd9c4b23321e82aae00006d granted access code f0681782f6a19a502b88b1924ad4e3387a5115aea719748cf0f16e3b3f1c3948
|
186479
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186480
|
+
Request 4cd9c4b23321e82aae000070: Client UberClient requested code with scope read write
|
186481
|
+
|
186482
|
+
|
186483
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186484
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"811c6845189c9b3a511d0fa6ff5511dada9a97567e98a4727cda6d1a437e8924", "client_id"=>"4cd9c4b23321e82aae00006f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186485
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=811c6845189c9b3a511d0fa6ff5511dada9a97567e98a4727cda6d1a437e8924&client_id=4cd9c4b23321e82aae00006f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186486
|
+
|
186487
|
+
|
186488
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186489
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000070"}
|
186490
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186491
|
+
Request 4cd9c4b23321e82aae000070: Client 4cd9c4b23321e82aae00006f granted access code 5099fef5212b545d53cbfb39d0cf989b96c524f83575531f01b871864b2282d4
|
186492
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186493
|
+
Request 4cd9c4b23321e82aae000072: Client UberClient requested code with scope read write
|
186494
|
+
|
186495
|
+
|
186496
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186497
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"ab191e833ce128142d53bba41b8372efab37d487d83ea254d3353ab44609fd29", "client_id"=>"4cd9c4b23321e82aae000071", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186498
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=ab191e833ce128142d53bba41b8372efab37d487d83ea254d3353ab44609fd29&client_id=4cd9c4b23321e82aae000071&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186499
|
+
|
186500
|
+
|
186501
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186502
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000072"}
|
186503
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186504
|
+
Request 4cd9c4b23321e82aae000072: Client 4cd9c4b23321e82aae000071 granted access code 214906e1343da9238e3b7074698c0f7f35fb8a2391f1836e765a22d0dba1c713
|
186505
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
186506
|
+
Request 4cd9c4b23321e82aae000074: Client UberClient requested code with scope read write
|
186507
|
+
|
186508
|
+
|
186509
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186510
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"362a882ea4f5dffcdc9a17a601cc2cfe7fe980b6cf3c65720c36f4e0fa5b1039", "client_id"=>"4cd9c4b23321e82aae000073", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186511
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=362a882ea4f5dffcdc9a17a601cc2cfe7fe980b6cf3c65720c36f4e0fa5b1039&client_id=4cd9c4b23321e82aae000073&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186512
|
+
|
186513
|
+
|
186514
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186515
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000074"}
|
186516
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186517
|
+
Request 4cd9c4b23321e82aae000074: Client 4cd9c4b23321e82aae000073 granted access code 446d10e00a1e89f0ac839d1405d3177e80d8278a588405cc8744a0bcb4ba00e5
|
186518
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
186519
|
+
Request 4cd9c4b23321e82aae000076: Client UberClient requested code with scope read write
|
186520
|
+
|
186521
|
+
|
186522
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186523
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"3fe03035bb7a3c0feb40dc0b665ed337f32def63fb2394b3ab7bd73496cb4fa2", "client_id"=>"4cd9c4b23321e82aae000075", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186524
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=3fe03035bb7a3c0feb40dc0b665ed337f32def63fb2394b3ab7bd73496cb4fa2&client_id=4cd9c4b23321e82aae000075&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186525
|
+
|
186526
|
+
|
186527
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186528
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000076"}
|
186529
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186530
|
+
Request 4cd9c4b23321e82aae000076: Client 4cd9c4b23321e82aae000075 granted access code 331c6e82e6eef75fbce4e06084ac7dc1747f85872646877c2b3e1902b4c334a9
|
186531
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
186532
|
+
Request 4cd9c4b23321e82aae000078: Client UberClient requested code with scope read write
|
186533
|
+
|
186534
|
+
|
186535
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186536
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"9293a9eaa6366eaa65a92dc4f01dc99a0cbff571854795fb90c70e361bf19d87", "client_id"=>"4cd9c4b23321e82aae000077", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186537
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=9293a9eaa6366eaa65a92dc4f01dc99a0cbff571854795fb90c70e361bf19d87&client_id=4cd9c4b23321e82aae000077&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186538
|
+
|
186539
|
+
|
186540
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186541
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000078"}
|
186542
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186543
|
+
Request 4cd9c4b23321e82aae000078: Client 4cd9c4b23321e82aae000077 granted access code 6b36c9fc4afad3a09c32126092a02399598262edb2bce80d68180f77b8ae57df
|
186544
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
186545
|
+
Request 4cd9c4b23321e82aae00007a: Client UberClient requested code with scope read write
|
186546
|
+
|
186547
|
+
|
186548
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186549
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"1d6e96b5f8b173e4074a10af42bd7abba8636dd376b5b140dda138aae5516c7f", "client_id"=>"4cd9c4b23321e82aae000079", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186550
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=1d6e96b5f8b173e4074a10af42bd7abba8636dd376b5b140dda138aae5516c7f&client_id=4cd9c4b23321e82aae000079&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186551
|
+
|
186552
|
+
|
186553
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186554
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00007a"}
|
186555
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186556
|
+
Request 4cd9c4b23321e82aae00007a: Client 4cd9c4b23321e82aae000079 granted access code 6d80674668516b2b9bf935ed1c10992b2e58ff0f0d4641ef6ceb8a7cf535cce3
|
186557
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
186558
|
+
Request 4cd9c4b23321e82aae00007c: Client UberClient requested code with scope read write
|
186559
|
+
|
186560
|
+
|
186561
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186562
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a6b5960bbb40d9fe3fc8d3d3bb75bd68ead0c24db8a1827e917fb2ebe7b06921", "client_id"=>"4cd9c4b23321e82aae00007b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186563
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a6b5960bbb40d9fe3fc8d3d3bb75bd68ead0c24db8a1827e917fb2ebe7b06921&client_id=4cd9c4b23321e82aae00007b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186564
|
+
|
186565
|
+
|
186566
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186567
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00007c"}
|
186568
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186569
|
+
Request 4cd9c4b23321e82aae00007c: Client 4cd9c4b23321e82aae00007b granted access code a48019c3e4855109f71e3e564b49f63aacba22e4642ee437e6ffa2312193e81d
|
186570
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
186571
|
+
Request 4cd9c4b23321e82aae00007e: Client UberClient requested code with scope read write
|
186572
|
+
|
186573
|
+
|
186574
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186575
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"f07c8011e6df64acf83fee76acdd5aceae8fd1cb8c9edeeabd8cdeb6c979fd32", "client_id"=>"4cd9c4b23321e82aae00007d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186576
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=f07c8011e6df64acf83fee76acdd5aceae8fd1cb8c9edeeabd8cdeb6c979fd32&client_id=4cd9c4b23321e82aae00007d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186577
|
+
|
186578
|
+
|
186579
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186580
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00007e"}
|
186581
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186582
|
+
Request 4cd9c4b23321e82aae00007e: Client 4cd9c4b23321e82aae00007d granted access code 0b340afab4129a86c386c62f26b308fdaaf5d985502b17d6f728ab56964ceff8
|
186583
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
186584
|
+
Request 4cd9c4b23321e82aae000080: Client UberClient requested code with scope read write
|
186585
|
+
|
186586
|
+
|
186587
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186588
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"912cef25edbf3e22e8dbcd9d1446d2a86ad565fddb585272d414ea1223f29f7d", "client_id"=>"4cd9c4b23321e82aae00007f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186589
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=912cef25edbf3e22e8dbcd9d1446d2a86ad565fddb585272d414ea1223f29f7d&client_id=4cd9c4b23321e82aae00007f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186590
|
+
|
186591
|
+
|
186592
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186593
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000080"}
|
186594
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186595
|
+
Request 4cd9c4b23321e82aae000080: Client 4cd9c4b23321e82aae00007f granted access code 9b12ba948f2405041d549fbd5cec14872ee41539113227e87a8ebedfa3dba7d9
|
186596
|
+
Access token 4a8b196eb6d1e4b18724c9fccb34d1c9ecf976ce8fdb68f7d8d87bb8328edd4b granted to client UberClient, identity Batman
|
186597
|
+
Request 4cd9c4b23321e82aae000082: Client UberClient requested code with scope read write
|
186598
|
+
|
186599
|
+
|
186600
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186601
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"96d831abc7b4820b123eed1b92a5823dba842bbd52f67d61c63d60719d5726be", "client_id"=>"4cd9c4b23321e82aae000081", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186602
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=96d831abc7b4820b123eed1b92a5823dba842bbd52f67d61c63d60719d5726be&client_id=4cd9c4b23321e82aae000081&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186603
|
+
|
186604
|
+
|
186605
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186606
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000082"}
|
186607
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186608
|
+
Request 4cd9c4b23321e82aae000082: Client 4cd9c4b23321e82aae000081 granted access code 4e65b0408e6013af182309daf4b9b66d70d7f421c1e51eb93a2503061f078305
|
186609
|
+
Access token dd2717a1c4dd807355b2bea052124a3773161c83ff69c182e5932344ba07bf46 granted to client UberClient, identity Batman
|
186610
|
+
Request 4cd9c4b23321e82aae000084: Client UberClient requested code with scope read write
|
186611
|
+
|
186612
|
+
|
186613
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186614
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"2e2ea5ddcc50901e0b4a30a2d6edcdd5f50204e0e6401f3519e4eb34f0fd7ee4", "client_id"=>"4cd9c4b23321e82aae000083", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186615
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=2e2ea5ddcc50901e0b4a30a2d6edcdd5f50204e0e6401f3519e4eb34f0fd7ee4&client_id=4cd9c4b23321e82aae000083&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186616
|
+
|
186617
|
+
|
186618
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186619
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000084"}
|
186620
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186621
|
+
Request 4cd9c4b23321e82aae000084: Client 4cd9c4b23321e82aae000083 granted access code f6a43d37d13fe452f4551f30fcacf647a04bb00cf8747128ad1a8692d2d9eca4
|
186622
|
+
Access token c4a33b7552c36a6acff6ce9433c6fec4e3b57df5c35f3742ce2b123fcbc05137 granted to client UberClient, identity Batman
|
186623
|
+
Request 4cd9c4b23321e82aae000086: Client UberClient requested code with scope read write
|
186624
|
+
|
186625
|
+
|
186626
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186627
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"d4832d68ebbeceb39d7ec8c07a80113413c0ef667a6880a816c156d2b507fd56", "client_id"=>"4cd9c4b23321e82aae000085", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186628
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=d4832d68ebbeceb39d7ec8c07a80113413c0ef667a6880a816c156d2b507fd56&client_id=4cd9c4b23321e82aae000085&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186629
|
+
|
186630
|
+
|
186631
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186632
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000086"}
|
186633
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186634
|
+
Request 4cd9c4b23321e82aae000086: Client 4cd9c4b23321e82aae000085 granted access code d24211bde20098b0b8168a93a9e8a447f0e0ddc2977bf2e4ff79bf6f63234065
|
186635
|
+
Access token aead79c2a1e9d0991be480379e012e7ad6a37e3621ed7550bf89d04256b96e7e granted to client UberClient, identity Batman
|
186636
|
+
Request 4cd9c4b23321e82aae000088: Client UberClient requested code with scope read write
|
186637
|
+
|
186638
|
+
|
186639
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186640
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e38acf29c1372bf56e764843224e6a0a89a4c5cb8c97cbef5d167a503870b159", "client_id"=>"4cd9c4b23321e82aae000087", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186641
|
+
Completed in 3ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e38acf29c1372bf56e764843224e6a0a89a4c5cb8c97cbef5d167a503870b159&client_id=4cd9c4b23321e82aae000087&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186642
|
+
|
186643
|
+
|
186644
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186645
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000088"}
|
186646
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186647
|
+
Request 4cd9c4b23321e82aae000088: Client 4cd9c4b23321e82aae000087 granted access code 44121c63544da83ac08f3c817f33fdaa973bf332de8e0fa3d9a6d905d08d1f62
|
186648
|
+
Access token 42626019c5f7762a0c42f3d72ba10178875f6b776e80add2d7f457bdf433ed00 granted to client UberClient, identity Batman
|
186649
|
+
Request 4cd9c4b23321e82aae00008a: Client UberClient requested code with scope read write
|
186650
|
+
|
186651
|
+
|
186652
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186653
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"edfb0a05a081d258bcc38ddeb965c64bd8fdd4d21dda4c1c646e4566d248c415", "client_id"=>"4cd9c4b23321e82aae000089", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186654
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=edfb0a05a081d258bcc38ddeb965c64bd8fdd4d21dda4c1c646e4566d248c415&client_id=4cd9c4b23321e82aae000089&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186655
|
+
|
186656
|
+
|
186657
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186658
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00008a"}
|
186659
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186660
|
+
Request 4cd9c4b23321e82aae00008a: Client 4cd9c4b23321e82aae000089 granted access code b32c29f381569444805f154abd78d17752edf9615d6a433ed4dfc498862391dd
|
186661
|
+
Access token 3ac1f78d75f6512c6af8faf2461996f53d2ee7386643b957d6a5c2fc1123e3b1 granted to client UberClient, identity Batman
|
186662
|
+
Request 4cd9c4b23321e82aae00008c: Client UberClient requested code with scope read write
|
186663
|
+
|
186664
|
+
|
186665
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186666
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"7989200cb0a7c897cc533be642cbc0e85fecf24b20e021b8b2043fdbddb9d0a3", "client_id"=>"4cd9c4b23321e82aae00008b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186667
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=7989200cb0a7c897cc533be642cbc0e85fecf24b20e021b8b2043fdbddb9d0a3&client_id=4cd9c4b23321e82aae00008b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186668
|
+
|
186669
|
+
|
186670
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186671
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00008c"}
|
186672
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186673
|
+
Request 4cd9c4b23321e82aae00008c: Client 4cd9c4b23321e82aae00008b granted access code 13c398bc29f94436136111477a4e76eda194a123e68eff2cb31e876544d90da8
|
186674
|
+
Access token 2f121338f2d8779938db98e70991613e64566069014bd23b65b1452a116c0504 granted to client UberClient, identity Batman
|
186675
|
+
Request 4cd9c4b23321e82aae00008e: Client UberClient requested code with scope read write
|
186676
|
+
|
186677
|
+
|
186678
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186679
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a306630f12cbf60368b31608a47c59d8dbdbad17a406ba6adb0cbf9be2951df5", "client_id"=>"4cd9c4b23321e82aae00008d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186680
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a306630f12cbf60368b31608a47c59d8dbdbad17a406ba6adb0cbf9be2951df5&client_id=4cd9c4b23321e82aae00008d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186681
|
+
|
186682
|
+
|
186683
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186684
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae00008e"}
|
186685
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186686
|
+
Request 4cd9c4b23321e82aae00008e: Client 4cd9c4b23321e82aae00008d granted access code 9f42c53317903f93c02e14a8fc6bdfd5c45d896c964f93a28a2d3fbefb3c2a46
|
186687
|
+
Access token 22e49fe34b33a4b271d2748f6c7e9ccf8ef37d8b6ef0401f55493d006c4241e1 granted to client UberClient, identity Batman
|
186688
|
+
Request 4cd9c4b23321e82aae000090: Client UberClient requested code with scope read write
|
186689
|
+
|
186690
|
+
|
186691
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186692
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6cccdadf3f41fa754dd2379eaf9ceb283f059d91a5dc05b8f1fbfd6210ff5fa5", "client_id"=>"4cd9c4b23321e82aae00008f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186693
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6cccdadf3f41fa754dd2379eaf9ceb283f059d91a5dc05b8f1fbfd6210ff5fa5&client_id=4cd9c4b23321e82aae00008f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186694
|
+
|
186695
|
+
|
186696
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:22) [POST]
|
186697
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000090"}
|
186698
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186699
|
+
Request 4cd9c4b23321e82aae000090: Client 4cd9c4b23321e82aae00008f granted access code 993314aaca83846633fb6fdc5c8da1180a10412e3088148a6b4dcfc8219ee359
|
186700
|
+
Access token 48d85ad4b9639fcee2d9539c64ba04f527e8689cb6655934cffa65d12cc932c9 granted to client UberClient, identity Batman
|
186701
|
+
Request 4cd9c4b23321e82aae000092: Client UberClient requested code with scope read write
|
186702
|
+
|
186703
|
+
|
186704
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:22) [GET]
|
186705
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"00db6af605581bef92629cde2abf91c4d4444fc229e6b87d5e4ea8b000e8cda0", "client_id"=>"4cd9c4b23321e82aae000091", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186706
|
+
Completed in 55ms (View: 53 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=00db6af605581bef92629cde2abf91c4d4444fc229e6b87d5e4ea8b000e8cda0&client_id=4cd9c4b23321e82aae000091&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186707
|
+
|
186708
|
+
|
186709
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186710
|
+
Parameters: {"authorization"=>"4cd9c4b23321e82aae000092"}
|
186711
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186712
|
+
Request 4cd9c4b23321e82aae000092: Client 4cd9c4b23321e82aae000091 granted access code 34a95168e7f6204398d664e3334973a31de0979904e32a6f0fc934993c4d2b9a
|
186713
|
+
Access token 644d813a04efc5b550ddad85bc505e2b16ecc2f22949d80f95a5c5f5c51fe04e granted to client UberClient, identity Batman
|
186714
|
+
Request 4cd9c4b33321e82aae000094: Client UberClient requested code with scope read write
|
186715
|
+
|
186716
|
+
|
186717
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186718
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a76a8a740c3bc9a149fdc7e3d1f8848965455ee09379a2fac609c24c131d997f", "client_id"=>"4cd9c4b33321e82aae000093", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186719
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a76a8a740c3bc9a149fdc7e3d1f8848965455ee09379a2fac609c24c131d997f&client_id=4cd9c4b33321e82aae000093&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186720
|
+
|
186721
|
+
|
186722
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186723
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae000094"}
|
186724
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186725
|
+
Request 4cd9c4b33321e82aae000094: Client 4cd9c4b33321e82aae000093 granted access code a556dc5c0b568b42d0a7e16842488cbb1d741717feb87d99e97ea14b33620221
|
186726
|
+
Access token e486120b4b8712c0644a8c47c617bd77ce1ff87a4624745f584b8c22656ac344 granted to client UberClient, identity Batman
|
186727
|
+
Request 4cd9c4b33321e82aae000096: Client UberClient requested code with scope read write
|
186728
|
+
|
186729
|
+
|
186730
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186731
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8a432fedea31cae44dc0a8fbccce47654f619679cb136a8f1de2036cc0e2e8b2", "client_id"=>"4cd9c4b33321e82aae000095", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186732
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8a432fedea31cae44dc0a8fbccce47654f619679cb136a8f1de2036cc0e2e8b2&client_id=4cd9c4b33321e82aae000095&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186733
|
+
|
186734
|
+
|
186735
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186736
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae000096"}
|
186737
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186738
|
+
Request 4cd9c4b33321e82aae000096: Client 4cd9c4b33321e82aae000095 granted access code 66d2ec67e047b7d21bb2cc444afcf0e7f070d96bf3f653a51e9179e8d35e2f1d
|
186739
|
+
Access token 0f3239f7281e70bd940b0dbe8ee0327bb79955e4dd9a26272487f1ab4bb95113 granted to client UberClient, identity Batman
|
186740
|
+
Request 4cd9c4b33321e82aae000098: Client UberClient requested code with scope read write
|
186741
|
+
|
186742
|
+
|
186743
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186744
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"dc991e775185db14885354b4b93937c2259956384a44eacd6e57c5e1b3774c20", "client_id"=>"4cd9c4b33321e82aae000097", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186745
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=dc991e775185db14885354b4b93937c2259956384a44eacd6e57c5e1b3774c20&client_id=4cd9c4b33321e82aae000097&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186746
|
+
|
186747
|
+
|
186748
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186749
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae000098"}
|
186750
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186751
|
+
Request 4cd9c4b33321e82aae000098: Client 4cd9c4b33321e82aae000097 granted access code 5172e556e7ec366118495ae699fca5338570e8ef4615c78883f59dab625ea7ed
|
186752
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186753
|
+
Request 4cd9c4b33321e82aae00009a: Client UberClient requested code with scope read write
|
186754
|
+
|
186755
|
+
|
186756
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186757
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"987f31921f7bae55e2439576c222f37d4e59817539e650f8ca08214dd1c509a0", "client_id"=>"4cd9c4b33321e82aae000099", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186758
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=987f31921f7bae55e2439576c222f37d4e59817539e650f8ca08214dd1c509a0&client_id=4cd9c4b33321e82aae000099&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186759
|
+
|
186760
|
+
|
186761
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186762
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae00009a"}
|
186763
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186764
|
+
Request 4cd9c4b33321e82aae00009a: Client 4cd9c4b33321e82aae000099 granted access code 3b730fbce34b867309bd5d792ef42fdbd3527a468b2b5879fcc6a17e038f281f
|
186765
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186766
|
+
Request 4cd9c4b33321e82aae00009c: Client UberClient requested code with scope read write
|
186767
|
+
|
186768
|
+
|
186769
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186770
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c1da79eb91f603ae21c29be7d1740f7a0c81c7304d981d04634bb6b4f845138e", "client_id"=>"4cd9c4b33321e82aae00009b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186771
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c1da79eb91f603ae21c29be7d1740f7a0c81c7304d981d04634bb6b4f845138e&client_id=4cd9c4b33321e82aae00009b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186772
|
+
|
186773
|
+
|
186774
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186775
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae00009c"}
|
186776
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186777
|
+
Request 4cd9c4b33321e82aae00009c: Client 4cd9c4b33321e82aae00009b granted access code 0814a414099236a6a9d5f2cc5e03e710a19b0b1ed11b21391436cfa533c2d070
|
186778
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186779
|
+
Request 4cd9c4b33321e82aae00009e: Client UberClient requested code with scope read write
|
186780
|
+
|
186781
|
+
|
186782
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186783
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b9464cb2b87ead5219e13d8c95a43d06112c065c26852e384d0f5ca8100955d8", "client_id"=>"4cd9c4b33321e82aae00009d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186784
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b9464cb2b87ead5219e13d8c95a43d06112c065c26852e384d0f5ca8100955d8&client_id=4cd9c4b33321e82aae00009d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186785
|
+
|
186786
|
+
|
186787
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186788
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae00009e"}
|
186789
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186790
|
+
Request 4cd9c4b33321e82aae00009e: Client 4cd9c4b33321e82aae00009d granted access code 1f805b373365dc12ff78ed422c54f1f851a2bcf26934dfa6005b6576d3fcebe4
|
186791
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
186792
|
+
Request 4cd9c4b33321e82aae0000a0: Client UberClient requested code with scope read write
|
186793
|
+
|
186794
|
+
|
186795
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186796
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"ef4e96b0fd28072c63c90bd541ff655d15f710aea3137e7a78752ccf047bbad0", "client_id"=>"4cd9c4b33321e82aae00009f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186797
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=ef4e96b0fd28072c63c90bd541ff655d15f710aea3137e7a78752ccf047bbad0&client_id=4cd9c4b33321e82aae00009f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186798
|
+
|
186799
|
+
|
186800
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186801
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000a0"}
|
186802
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186803
|
+
Request 4cd9c4b33321e82aae0000a0: Client 4cd9c4b33321e82aae00009f granted access code 30dbd0e513841b477bae91e66188471f287fcae7e92195556b5d6e1b4b8dc280
|
186804
|
+
Access token 9cec4ed307bbb6ab2e9c6a37aa948a5947da340b2bfe3a071118f8ac33c606b4 granted to client UberClient, identity Batman
|
186805
|
+
HTTP authorization failed invalid_token
|
186806
|
+
Request 4cd9c4b33321e82aae0000a2: Client UberClient requested code with scope read write
|
186807
|
+
|
186808
|
+
|
186809
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186810
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"f11b1fd23f73781b6f19804070db29f89300037273bb08c714afe5855602eec6", "client_id"=>"4cd9c4b33321e82aae0000a1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186811
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=f11b1fd23f73781b6f19804070db29f89300037273bb08c714afe5855602eec6&client_id=4cd9c4b33321e82aae0000a1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186812
|
+
|
186813
|
+
|
186814
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186815
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000a2"}
|
186816
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186817
|
+
Request 4cd9c4b33321e82aae0000a2: Client 4cd9c4b33321e82aae0000a1 granted access code 345f1e7705dc211f211f6895eb2aa8529bc7b50b6e85a0ee3fbf6ae745e803da
|
186818
|
+
Access token 71ca7f7df63def2ff3e047969b5fa0b7e75b68e50307d972aa40a2592278fce5 granted to client UberClient, identity Batman
|
186819
|
+
HTTP authorization failed invalid_token
|
186820
|
+
Request 4cd9c4b33321e82aae0000a4: Client UberClient requested code with scope read write
|
186821
|
+
|
186822
|
+
|
186823
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186824
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"3c29b268b9315d2b53b607d4641dd25d3afa1ca1b0b30919c8e2dd785e7afe30", "client_id"=>"4cd9c4b33321e82aae0000a3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186825
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=3c29b268b9315d2b53b607d4641dd25d3afa1ca1b0b30919c8e2dd785e7afe30&client_id=4cd9c4b33321e82aae0000a3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186826
|
+
|
186827
|
+
|
186828
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186829
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000a4"}
|
186830
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186831
|
+
Request 4cd9c4b33321e82aae0000a4: Client 4cd9c4b33321e82aae0000a3 granted access code f2e317554a757837a44626f0bcac351442e9dc1c6547c08f511d23e6c2b09551
|
186832
|
+
Access token d13ba2e78d402e9e7b27320d89c701e43685b257a02e138a9b7a2281d1f4a626 granted to client UberClient, identity Batman
|
186833
|
+
HTTP authorization failed invalid_token
|
186834
|
+
Request 4cd9c4b33321e82aae0000a6: Client UberClient requested code with scope read write
|
186835
|
+
|
186836
|
+
|
186837
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186838
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"66165e3cbc9c82436ea0740c5a8cbce5c7aab2f2aea136352fd38e099d32b853", "client_id"=>"4cd9c4b33321e82aae0000a5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186839
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=66165e3cbc9c82436ea0740c5a8cbce5c7aab2f2aea136352fd38e099d32b853&client_id=4cd9c4b33321e82aae0000a5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186840
|
+
|
186841
|
+
|
186842
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186843
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000a6"}
|
186844
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186845
|
+
Request 4cd9c4b33321e82aae0000a6: Client 4cd9c4b33321e82aae0000a5 granted access code cabfa05f0ae660b597bed9e42d013d225c47b3ea66d7db6ecaca94bad87bedf2
|
186846
|
+
Access token 7afe5d6bf88e967e64073b5c4bc95c52edfbf2f36dc01c65642a9acd826ca543 granted to client UberClient, identity Batman
|
186847
|
+
HTTP authorization failed invalid_token
|
186848
|
+
Request 4cd9c4b33321e82aae0000a8: Client UberClient requested code with scope read write
|
186849
|
+
|
186850
|
+
|
186851
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186852
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b1325fa5bd2e6fdb76052a2c822d247446c6e3533d173858382bdd1ee9bb4ed4", "client_id"=>"4cd9c4b33321e82aae0000a7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186853
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b1325fa5bd2e6fdb76052a2c822d247446c6e3533d173858382bdd1ee9bb4ed4&client_id=4cd9c4b33321e82aae0000a7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186854
|
+
|
186855
|
+
|
186856
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186857
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000a8"}
|
186858
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186859
|
+
Request 4cd9c4b33321e82aae0000a8: Client 4cd9c4b33321e82aae0000a7 granted access code abfbf1280159619ac665d43f4b4cff5c103c70727faf4c7ce5a89943f18b0310
|
186860
|
+
Access token a37f79dff24db3f2d4a917006516cf469c3f6234f8a95c15138a19d6f75259f3 granted to client UberClient, identity Batman
|
186861
|
+
Authorized Batman
|
186862
|
+
|
186863
|
+
|
186864
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186865
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/change]
|
186866
|
+
Request 4cd9c4b33321e82aae0000aa: Client UberClient requested code with scope read write
|
186867
|
+
|
186868
|
+
|
186869
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186870
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8f781e17c37227b2b92953b0aaf7c42186d2a13d90dbd2c94755d4e956d4d3e9", "client_id"=>"4cd9c4b33321e82aae0000a9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186871
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8f781e17c37227b2b92953b0aaf7c42186d2a13d90dbd2c94755d4e956d4d3e9&client_id=4cd9c4b33321e82aae0000a9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186872
|
+
|
186873
|
+
|
186874
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186875
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000aa"}
|
186876
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186877
|
+
Request 4cd9c4b33321e82aae0000aa: Client 4cd9c4b33321e82aae0000a9 granted access code 3c20e9a82a237f29cae872842f931750b997d21d9fceb14574ed13f2834c4149
|
186878
|
+
Access token e08eba64182f6ca6560b40f9c976390be49838d7dfccf74bea1cbb88a3bb60da granted to client UberClient, identity Batman
|
186879
|
+
Authorized Batman
|
186880
|
+
|
186881
|
+
|
186882
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186883
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
186884
|
+
Request 4cd9c4b33321e82aae0000ac: Client UberClient requested code with scope read write
|
186885
|
+
|
186886
|
+
|
186887
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186888
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"260ac141fb3b5a54d2c07678445e8f8ab795b1d7036c0e4a09951829256a06e5", "client_id"=>"4cd9c4b33321e82aae0000ab", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186889
|
+
Completed in 55ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=260ac141fb3b5a54d2c07678445e8f8ab795b1d7036c0e4a09951829256a06e5&client_id=4cd9c4b33321e82aae0000ab&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186890
|
+
|
186891
|
+
|
186892
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186893
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000ac"}
|
186894
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186895
|
+
Request 4cd9c4b33321e82aae0000ac: Client 4cd9c4b33321e82aae0000ab granted access code 3aa302e92a87c86f534734be3fd0bec0dc5c30c7cbdc22637d384a1cc7376a5a
|
186896
|
+
Access token 345cb01e52ea554e7d8cfde9fca1790a9ca07e6f626f0305017549dd1325d33a granted to client UberClient, identity Batman
|
186897
|
+
|
186898
|
+
|
186899
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186900
|
+
Parameters: {"oauth_token"=>"345cb01e52ea554e7d8cfde9fca1790a9ca07e6f626f0305017549dd1325d33a"}
|
186901
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
186902
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
186903
|
+
Request 4cd9c4b33321e82aae0000ae: Client UberClient requested code with scope read write
|
186904
|
+
|
186905
|
+
|
186906
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186907
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8c5e3a65298a194eb52a9f5849aafcce71f04b6a6db100b52be895e8c5b80c51", "client_id"=>"4cd9c4b33321e82aae0000ad", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186908
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8c5e3a65298a194eb52a9f5849aafcce71f04b6a6db100b52be895e8c5b80c51&client_id=4cd9c4b33321e82aae0000ad&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186909
|
+
|
186910
|
+
|
186911
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186912
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000ae"}
|
186913
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186914
|
+
Request 4cd9c4b33321e82aae0000ae: Client 4cd9c4b33321e82aae0000ad granted access code 50960e52dfc9bfa420ce38b42387118febb25de10abdb33249e3227052283e2e
|
186915
|
+
Access token f6c369e3e2063af5b2c8c92ee8af5ffdbbd263229ca5a1a6fd712b607850feec granted to client UberClient, identity Batman
|
186916
|
+
|
186917
|
+
|
186918
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186919
|
+
Parameters: {"oauth_token"=>"f6c369e3e2063af5b2c8c92ee8af5ffdbbd263229ca5a1a6fd712b607850feec"}
|
186920
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
186921
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
186922
|
+
Request 4cd9c4b33321e82aae0000b0: Client UberClient requested code with scope read write
|
186923
|
+
|
186924
|
+
|
186925
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186926
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e99f2d28a0e5b9ada4b915a58f20f4519633b8e4698cb9e1646cf3ac78b0089d", "client_id"=>"4cd9c4b33321e82aae0000af", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186927
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e99f2d28a0e5b9ada4b915a58f20f4519633b8e4698cb9e1646cf3ac78b0089d&client_id=4cd9c4b33321e82aae0000af&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186928
|
+
|
186929
|
+
|
186930
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186931
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000b0"}
|
186932
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186933
|
+
Request 4cd9c4b33321e82aae0000b0: Client 4cd9c4b33321e82aae0000af granted access code ca6a1261dec01f2ee854d1b7dac9238703f84c6030c189a895aabacecc4a3cc2
|
186934
|
+
Access token 5e92ea1406f9044970d1c6ed9a6b4ac8d9b0aac900fba5e616e595c4186f03c5 granted to client UberClient, identity Batman
|
186935
|
+
|
186936
|
+
|
186937
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186938
|
+
Parameters: {"oauth_token"=>"5e92ea1406f9044970d1c6ed9a6b4ac8d9b0aac900fba5e616e595c4186f03c5"}
|
186939
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
186940
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
186941
|
+
Request 4cd9c4b33321e82aae0000b2: Client UberClient requested code with scope read write
|
186942
|
+
|
186943
|
+
|
186944
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186945
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"caa84c32399bacf30bd2ba1987842bf8794129ea019a183c819118929365eac0", "client_id"=>"4cd9c4b33321e82aae0000b1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186946
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=caa84c32399bacf30bd2ba1987842bf8794129ea019a183c819118929365eac0&client_id=4cd9c4b33321e82aae0000b1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186947
|
+
|
186948
|
+
|
186949
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186950
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000b2"}
|
186951
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186952
|
+
Request 4cd9c4b33321e82aae0000b2: Client 4cd9c4b33321e82aae0000b1 granted access code 9c6937eafd22fce76976112f04d022b3c38e66f204997ede538d1ba4d8dc0526
|
186953
|
+
Access token 53897840c624dcee51459bf9f9d60bc2f931d4037dfd94c488bcbc05ed3ca9c7 granted to client UberClient, identity Batman
|
186954
|
+
|
186955
|
+
|
186956
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186957
|
+
Parameters: {"oauth_token"=>"53897840c624dcee51459bf9f9d60bc2f931d4037dfd94c488bcbc05ed3ca9c7"}
|
186958
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
186959
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
186960
|
+
Request 4cd9c4b33321e82aae0000b4: Client UberClient requested code with scope read write
|
186961
|
+
|
186962
|
+
|
186963
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186964
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"59da9647d293fb2db00b83653171816039cc3fcf4a6e3b3c5331f530e644bc6c", "client_id"=>"4cd9c4b33321e82aae0000b3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186965
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=59da9647d293fb2db00b83653171816039cc3fcf4a6e3b3c5331f530e644bc6c&client_id=4cd9c4b33321e82aae0000b3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186966
|
+
|
186967
|
+
|
186968
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186969
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000b4"}
|
186970
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186971
|
+
Request 4cd9c4b33321e82aae0000b4: Client 4cd9c4b33321e82aae0000b3 granted access code 55db5408e2d9134ce8b6fe8ebb439f90be39f05dda88547ba969414abba35b2a
|
186972
|
+
Access token 35e3ba594be1646ec8e5b46a51e172e89fae34cd9488cf33daa5ca7c1fa34aea granted to client UberClient, identity Batman
|
186973
|
+
HTTP authorization failed invalid_token
|
186974
|
+
Request 4cd9c4b33321e82aae0000b6: Client UberClient requested code with scope read write
|
186975
|
+
|
186976
|
+
|
186977
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186978
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"41364757264a511f6d1d08ae2e7ec10e2f9d437ff7749cc1bb52d8c57e5af8bb", "client_id"=>"4cd9c4b33321e82aae0000b5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186979
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=41364757264a511f6d1d08ae2e7ec10e2f9d437ff7749cc1bb52d8c57e5af8bb&client_id=4cd9c4b33321e82aae0000b5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186980
|
+
|
186981
|
+
|
186982
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186983
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000b6"}
|
186984
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186985
|
+
Request 4cd9c4b33321e82aae0000b6: Client 4cd9c4b33321e82aae0000b5 granted access code d949d75014ef2657f5d2b0dd9cdb7245518eb7577ab86345e30d4bd5d17bd672
|
186986
|
+
Access token 7245279433f42ff8a2aa6a515ca839bf41a30245e5652fdf3f4459ab24033aa5 granted to client UberClient, identity Batman
|
186987
|
+
HTTP authorization failed invalid_token
|
186988
|
+
Request 4cd9c4b33321e82aae0000b8: Client UberClient requested code with scope read write
|
186989
|
+
|
186990
|
+
|
186991
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
186992
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"3eec49a001ab10affbe9de3c03de2a301c589a97ef69b68ee2a128f915077d80", "client_id"=>"4cd9c4b33321e82aae0000b7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
186993
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=3eec49a001ab10affbe9de3c03de2a301c589a97ef69b68ee2a128f915077d80&client_id=4cd9c4b33321e82aae0000b7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
186994
|
+
|
186995
|
+
|
186996
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
186997
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000b8"}
|
186998
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
186999
|
+
Request 4cd9c4b33321e82aae0000b8: Client 4cd9c4b33321e82aae0000b7 granted access code 5a46c79479222f1a3e516a44efcc093b8912d795166025408edc11108cd471ce
|
187000
|
+
Access token 32cab35139ca85ff3334d93f76fd433db685ee2245d7279cdc4f08881c167d06 granted to client UberClient, identity Batman
|
187001
|
+
HTTP authorization failed invalid_token
|
187002
|
+
Request 4cd9c4b33321e82aae0000ba: Client UberClient requested code with scope read write
|
187003
|
+
|
187004
|
+
|
187005
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187006
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"7b679785217fccfad59c98a36cf12722d0432e00bfcf07838235f0064b133be0", "client_id"=>"4cd9c4b33321e82aae0000b9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187007
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=7b679785217fccfad59c98a36cf12722d0432e00bfcf07838235f0064b133be0&client_id=4cd9c4b33321e82aae0000b9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187008
|
+
|
187009
|
+
|
187010
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187011
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000ba"}
|
187012
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187013
|
+
Request 4cd9c4b33321e82aae0000ba: Client 4cd9c4b33321e82aae0000b9 granted access code 56b583dfca509d918f5f8491e582b73efc076085cdb4016efe9750286a52db0e
|
187014
|
+
Access token ff75192af81a23dc6ff91f130bee8bcb76504d2984c71c401a742e4179ff4a6a granted to client UberClient, identity Batman
|
187015
|
+
HTTP authorization failed invalid_token
|
187016
|
+
Request 4cd9c4b33321e82aae0000bc: Client UberClient requested code with scope read write
|
187017
|
+
|
187018
|
+
|
187019
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187020
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c3f6ae1a756ba421431b790dd70d64feac08e30b42caf98461ef7c641e348348", "client_id"=>"4cd9c4b33321e82aae0000bb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187021
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c3f6ae1a756ba421431b790dd70d64feac08e30b42caf98461ef7c641e348348&client_id=4cd9c4b33321e82aae0000bb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187022
|
+
|
187023
|
+
|
187024
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187025
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000bc"}
|
187026
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187027
|
+
Request 4cd9c4b33321e82aae0000bc: Client 4cd9c4b33321e82aae0000bb granted access code 9edb6e3a16b3c6ef8f3bbbab879d7cf7ef365e13d10e5caef90dd75b01469a9e
|
187028
|
+
Access token e39d680d31fc305bd33c2a3aae37772c1b615ca0a465f27be0a55a356df25150 granted to client UberClient, identity Batman
|
187029
|
+
Authorized Batman
|
187030
|
+
|
187031
|
+
|
187032
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187033
|
+
Parameters: {"oauth_token"=>"e39d680d31fc305bd33c2a3aae37772c1b615ca0a465f27be0a55a356df25150"}
|
187034
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
187035
|
+
Request 4cd9c4b33321e82aae0000be: Client UberClient requested code with scope read write
|
187036
|
+
|
187037
|
+
|
187038
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187039
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8f93dfbec34254494314cf3c871fa40066052a9497448acd6dbf0b803257f7fc", "client_id"=>"4cd9c4b33321e82aae0000bd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187040
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8f93dfbec34254494314cf3c871fa40066052a9497448acd6dbf0b803257f7fc&client_id=4cd9c4b33321e82aae0000bd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187041
|
+
|
187042
|
+
|
187043
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187044
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000be"}
|
187045
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187046
|
+
Request 4cd9c4b33321e82aae0000be: Client 4cd9c4b33321e82aae0000bd granted access code 438615556c774f52f47d255d6ac566be9fbd07135f03adca00bf735fce4a50e0
|
187047
|
+
Access token ecc5528fe96e324fac990a204ae66e3d434eec4706b4e05b16535479bec6a6d5 granted to client UberClient, identity Batman
|
187048
|
+
Authorized Batman
|
187049
|
+
|
187050
|
+
|
187051
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187052
|
+
Parameters: {"oauth_token"=>"ecc5528fe96e324fac990a204ae66e3d434eec4706b4e05b16535479bec6a6d5"}
|
187053
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
187054
|
+
Request 4cd9c4b33321e82aae0000c0: Client UberClient requested code with scope read write
|
187055
|
+
|
187056
|
+
|
187057
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187058
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"54bc5789d31125200fa2cf1652706d34eaafaaaaea1c111163a09f6e71e29d16", "client_id"=>"4cd9c4b33321e82aae0000bf", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187059
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=54bc5789d31125200fa2cf1652706d34eaafaaaaea1c111163a09f6e71e29d16&client_id=4cd9c4b33321e82aae0000bf&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187060
|
+
|
187061
|
+
|
187062
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187063
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000c0"}
|
187064
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187065
|
+
Request 4cd9c4b33321e82aae0000c0: Client 4cd9c4b33321e82aae0000bf granted access code e0b8a35dab99674b0475f6dbe6279c35e59f4810bfe471b64d833ad4d1c80a74
|
187066
|
+
Access token b2fb9ca201c661a8d2f513b71b1b9f27aa58b9258a84d548784c913ceac5a5ab granted to client UberClient, identity Batman
|
187067
|
+
|
187068
|
+
|
187069
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187070
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187071
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
187072
|
+
Request 4cd9c4b33321e82aae0000c2: Client UberClient requested code with scope read write
|
187073
|
+
|
187074
|
+
|
187075
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187076
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b44b1d88917e04dd08b6cf77821634e30a0b6d03b47d473ee8082dee3bc769d3", "client_id"=>"4cd9c4b33321e82aae0000c1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187077
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b44b1d88917e04dd08b6cf77821634e30a0b6d03b47d473ee8082dee3bc769d3&client_id=4cd9c4b33321e82aae0000c1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187078
|
+
|
187079
|
+
|
187080
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187081
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000c2"}
|
187082
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187083
|
+
Request 4cd9c4b33321e82aae0000c2: Client 4cd9c4b33321e82aae0000c1 granted access code ec6678e6f5d628944fdf7a7a5e4c8a90d058936260b269e41d5fba7647f3c93c
|
187084
|
+
Access token ea31524ebb8c5ed48dc7ebb5412fed37221b7674cf4efb940a9513b4083cd0ac granted to client UberClient, identity Batman
|
187085
|
+
|
187086
|
+
|
187087
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187088
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187089
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
187090
|
+
Request 4cd9c4b33321e82aae0000c4: Client UberClient requested code with scope read write
|
187091
|
+
|
187092
|
+
|
187093
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187094
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"5d500b6d58171ec1af8f9c2a3ff211bea5ff4fba249ea4f3f8cb07fc20b753c2", "client_id"=>"4cd9c4b33321e82aae0000c3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187095
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=5d500b6d58171ec1af8f9c2a3ff211bea5ff4fba249ea4f3f8cb07fc20b753c2&client_id=4cd9c4b33321e82aae0000c3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187096
|
+
|
187097
|
+
|
187098
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187099
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000c4"}
|
187100
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187101
|
+
Request 4cd9c4b33321e82aae0000c4: Client 4cd9c4b33321e82aae0000c3 granted access code af4df7ad0d6eed491b7392ae13f6b904db7adcab43bb7496d79026d8c2baffc0
|
187102
|
+
Access token 6f78c9ffdf51c61b0887ccb60412d3073c3bb87d4fab06e76efc36236d9a5a06 granted to client UberClient, identity Batman
|
187103
|
+
|
187104
|
+
|
187105
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187106
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187107
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
187108
|
+
Request 4cd9c4b33321e82aae0000c6: Client UberClient requested code with scope read write
|
187109
|
+
|
187110
|
+
|
187111
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187112
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"4b991ad8d7d2acac0d4455b0b449a286719a80b9eb039f2708ddae319897f1d9", "client_id"=>"4cd9c4b33321e82aae0000c5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187113
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=4b991ad8d7d2acac0d4455b0b449a286719a80b9eb039f2708ddae319897f1d9&client_id=4cd9c4b33321e82aae0000c5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187114
|
+
|
187115
|
+
|
187116
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187117
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000c6"}
|
187118
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187119
|
+
Request 4cd9c4b33321e82aae0000c6: Client 4cd9c4b33321e82aae0000c5 granted access code a1fde223867fd28aaf3717b5f5fd11fabb96557b09b1f5fafeb142cfd55ab0cc
|
187120
|
+
Access token 4320dcc2ce91640dff0662d17ac9537845e665f7ed371a08197becde1e8af9fb granted to client UberClient, identity Batman
|
187121
|
+
|
187122
|
+
|
187123
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187124
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187125
|
+
Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
187126
|
+
Request 4cd9c4b33321e82aae0000c8: Client UberClient requested code with scope read write
|
187127
|
+
|
187128
|
+
|
187129
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187130
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a62b820a8672484eb2b0062b9151af0e84f1f57bff2d9deb86b9938ff522d1a0", "client_id"=>"4cd9c4b33321e82aae0000c7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187131
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a62b820a8672484eb2b0062b9151af0e84f1f57bff2d9deb86b9938ff522d1a0&client_id=4cd9c4b33321e82aae0000c7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187132
|
+
|
187133
|
+
|
187134
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187135
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000c8"}
|
187136
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187137
|
+
Request 4cd9c4b33321e82aae0000c8: Client 4cd9c4b33321e82aae0000c7 granted access code 29465860bce633773db97daa621d11dfd06bc97166ccf2c7844fd8d51e2eb2a7
|
187138
|
+
Access token 621c15bcc2441f22cd99016753bff9c973f5e3b3682907ad61a2e0e8dd90a8d7 granted to client UberClient, identity Batman
|
187139
|
+
Request 4cd9c4b33321e82aae0000ca: Client UberClient requested code with scope read write
|
187140
|
+
|
187141
|
+
|
187142
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187143
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"641a93d86671167a34ddf76315332fc156b4a49e27d56272dbb6eb7ae1979c28", "client_id"=>"4cd9c4b33321e82aae0000c9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187144
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=641a93d86671167a34ddf76315332fc156b4a49e27d56272dbb6eb7ae1979c28&client_id=4cd9c4b33321e82aae0000c9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187145
|
+
|
187146
|
+
|
187147
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187148
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000ca"}
|
187149
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187150
|
+
Request 4cd9c4b33321e82aae0000ca: Client 4cd9c4b33321e82aae0000c9 granted access code 07f98122c2bbb53bf80a143c8c512d3b25cd75e4782e3f1f38678b9311c187c9
|
187151
|
+
Access token 67538ec4b52e97fe9e4250db861e41ebeb3ae7e8b49890f35b75bc97850498cf granted to client UberClient, identity Batman
|
187152
|
+
Request 4cd9c4b33321e82aae0000cc: Client UberClient requested code with scope read write
|
187153
|
+
|
187154
|
+
|
187155
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187156
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"971aa8da15f3fa6820752fd6d8dd32aca2001977316ae5e5cde434334029c20d", "client_id"=>"4cd9c4b33321e82aae0000cb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187157
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=971aa8da15f3fa6820752fd6d8dd32aca2001977316ae5e5cde434334029c20d&client_id=4cd9c4b33321e82aae0000cb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187158
|
+
|
187159
|
+
|
187160
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187161
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000cc"}
|
187162
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187163
|
+
Request 4cd9c4b33321e82aae0000cc: Client 4cd9c4b33321e82aae0000cb granted access code d127503f96fe8406cdc2e00a3ab8f791c7eae1e5403c2054f3ba0f516c3207ec
|
187164
|
+
Access token 4b3c01663662af7b0e6872b50f580633026bb85ce0f58598db63dfac472ba7ab granted to client UberClient, identity Batman
|
187165
|
+
Request 4cd9c4b33321e82aae0000ce: Client UberClient requested code with scope read write
|
187166
|
+
|
187167
|
+
|
187168
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187169
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"9bfc8721e92a13e0e871669a3283b1c06f3a6a89236abf2cf724fac18725d677", "client_id"=>"4cd9c4b33321e82aae0000cd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187170
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=9bfc8721e92a13e0e871669a3283b1c06f3a6a89236abf2cf724fac18725d677&client_id=4cd9c4b33321e82aae0000cd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187171
|
+
|
187172
|
+
|
187173
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187174
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000ce"}
|
187175
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187176
|
+
Request 4cd9c4b33321e82aae0000ce: Client 4cd9c4b33321e82aae0000cd granted access code 5fd07dd9fa93b41b9a76c2113c024281ce611b88725ad6be8fcaf47228aea3cf
|
187177
|
+
Access token 1a0873b53c75f3f2840f3be637a18d2c5e892696475b9a430bc5b0eb231e3e7d granted to client UberClient, identity Batman
|
187178
|
+
Request 4cd9c4b33321e82aae0000d0: Client UberClient requested code with scope read write
|
187179
|
+
|
187180
|
+
|
187181
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187182
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c9e82cb0d02ecb82b14b972e31066ab94cf45fa4e5136a5cd66a75488372b1a9", "client_id"=>"4cd9c4b33321e82aae0000cf", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187183
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c9e82cb0d02ecb82b14b972e31066ab94cf45fa4e5136a5cd66a75488372b1a9&client_id=4cd9c4b33321e82aae0000cf&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187184
|
+
|
187185
|
+
|
187186
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187187
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000d0"}
|
187188
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187189
|
+
Request 4cd9c4b33321e82aae0000d0: Client 4cd9c4b33321e82aae0000cf granted access code 80df978a6fa4032dd579b6007e384ea836ea8baab6e7b87d78fc985fbdcc6649
|
187190
|
+
Access token 12742e2d92123ba05ac2cdfbd84d10b76655031a1511068c94ef02f26dd46cf5 granted to client UberClient, identity Batman
|
187191
|
+
Authorized Batman
|
187192
|
+
|
187193
|
+
|
187194
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187195
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187196
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc]
|
187197
|
+
Request 4cd9c4b33321e82aae0000d2: Client UberClient requested code with scope read write
|
187198
|
+
|
187199
|
+
|
187200
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187201
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c7b9b7539d2ef25fa8d0a123aaf7022287b96dde72d43da4aeb787a62fac5b57", "client_id"=>"4cd9c4b33321e82aae0000d1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187202
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c7b9b7539d2ef25fa8d0a123aaf7022287b96dde72d43da4aeb787a62fac5b57&client_id=4cd9c4b33321e82aae0000d1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187203
|
+
|
187204
|
+
|
187205
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187206
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000d2"}
|
187207
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187208
|
+
Request 4cd9c4b33321e82aae0000d2: Client 4cd9c4b33321e82aae0000d1 granted access code 0001b4bab1f19d2a06797308145a5fccfa5ca4544d6ec37ed58a142f0079dc3b
|
187209
|
+
Access token 7a93268c34785875574636f822582443fb2ab054641db6e0ed9b214afe2326f4 granted to client UberClient, identity Batman
|
187210
|
+
Authorized Batman
|
187211
|
+
|
187212
|
+
|
187213
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187214
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187215
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc]
|
187216
|
+
Request 4cd9c4b33321e82aae0000d4: Client UberClient requested code with scope read write
|
187217
|
+
|
187218
|
+
|
187219
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187220
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b2a0e0bb83c9943ab05e0fd979d05baa7a548b59781b0cff289d671a80c5dc12", "client_id"=>"4cd9c4b33321e82aae0000d3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187221
|
+
Completed in 3ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b2a0e0bb83c9943ab05e0fd979d05baa7a548b59781b0cff289d671a80c5dc12&client_id=4cd9c4b33321e82aae0000d3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187222
|
+
|
187223
|
+
|
187224
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:23) [POST]
|
187225
|
+
Parameters: {"authorization"=>"4cd9c4b33321e82aae0000d4"}
|
187226
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187227
|
+
Request 4cd9c4b33321e82aae0000d4: Client 4cd9c4b33321e82aae0000d3 granted access code 1661bc77566aefa0458026181f30b4e9ccbf87b963dbaf49c6f775243b324614
|
187228
|
+
Access token 518434f3cb463b27d46e9d9eed8f2beb8c3bf1ed49cb4fbaf71580850d7a70ca granted to client UberClient, identity Batman
|
187229
|
+
Authorized Batman
|
187230
|
+
|
187231
|
+
|
187232
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-09 14:01:23) [GET]
|
187233
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187234
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc]
|
187235
|
+
Request 4cd9c4b43321e82aae0000d6: Client UberClient requested code with scope read write
|
187236
|
+
|
187237
|
+
|
187238
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187239
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"305fbe16774b1c3e8bb00d431f2c969cf0212644bdb570106a16a4de96a23f09", "client_id"=>"4cd9c4b33321e82aae0000d5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187240
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=305fbe16774b1c3e8bb00d431f2c969cf0212644bdb570106a16a4de96a23f09&client_id=4cd9c4b33321e82aae0000d5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187241
|
+
|
187242
|
+
|
187243
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187244
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000d6"}
|
187245
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187246
|
+
Request 4cd9c4b43321e82aae0000d6: Client 4cd9c4b33321e82aae0000d5 granted access code b51bd593bad426b98629787640ab0f2e21f9a26b84fa01a57850b39daa64b048
|
187247
|
+
Access token e691f498d9cbe150f31e0efbc6d64fd940faaffea49685ad9841c256d12b9c19 granted to client UberClient, identity Batman
|
187248
|
+
Authorized Batman
|
187249
|
+
|
187250
|
+
|
187251
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187252
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187253
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc]
|
187254
|
+
Request 4cd9c4b43321e82aae0000d8: Client UberClient requested code with scope read write
|
187255
|
+
|
187256
|
+
|
187257
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187258
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"73970b8b604d37bcfcb68d4e731deb7124455b972e7d60125624df88197bea74", "client_id"=>"4cd9c4b43321e82aae0000d7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187259
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=73970b8b604d37bcfcb68d4e731deb7124455b972e7d60125624df88197bea74&client_id=4cd9c4b43321e82aae0000d7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187260
|
+
|
187261
|
+
|
187262
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187263
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000d8"}
|
187264
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187265
|
+
Request 4cd9c4b43321e82aae0000d8: Client 4cd9c4b43321e82aae0000d7 granted access code 52ae97f3de0a44b56bb4b16b641901c2237679c8ab941e81698a279130a0604e
|
187266
|
+
Access token bccf5a38b9b83c5f62d09b83533fd1129709b43771a85a656e1319f278833e47 granted to client UberClient, identity Batman
|
187267
|
+
Authorized Batman
|
187268
|
+
|
187269
|
+
|
187270
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187271
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187272
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc]
|
187273
|
+
Request 4cd9c4b43321e82aae0000da: Client UberClient requested code with scope read write
|
187274
|
+
|
187275
|
+
|
187276
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187277
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"779b12ea225d4a1829faa9da7fd94f69a93eb546b2be79b6988895a874b927a2", "client_id"=>"4cd9c4b43321e82aae0000d9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187278
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=779b12ea225d4a1829faa9da7fd94f69a93eb546b2be79b6988895a874b927a2&client_id=4cd9c4b43321e82aae0000d9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187279
|
+
|
187280
|
+
|
187281
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187282
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000da"}
|
187283
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187284
|
+
Request 4cd9c4b43321e82aae0000da: Client 4cd9c4b43321e82aae0000d9 granted access code 97b5c4e0010e995c5b93aadc1f3e58ea6ca8c080d64869d432883c4e18c53954
|
187285
|
+
Access token 6e2a9078bccca50dc2b6ed541371d46654c8050b43acfd80e012a2c75cb75655 granted to client UberClient, identity Batman
|
187286
|
+
|
187287
|
+
|
187288
|
+
Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187289
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
|
187290
|
+
Request 4cd9c4b43321e82aae0000dc: Client UberClient requested code with scope read write
|
187291
|
+
|
187292
|
+
|
187293
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187294
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"79062f4efa8322e1f4b9d6b33449bbf26b22063bb9062f8fff20e9975b57fe6f", "client_id"=>"4cd9c4b43321e82aae0000db", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187295
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=79062f4efa8322e1f4b9d6b33449bbf26b22063bb9062f8fff20e9975b57fe6f&client_id=4cd9c4b43321e82aae0000db&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187296
|
+
|
187297
|
+
|
187298
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187299
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000dc"}
|
187300
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187301
|
+
Request 4cd9c4b43321e82aae0000dc: Client 4cd9c4b43321e82aae0000db granted access code 72e62e1a0996eea89d44b01421d3d7b7884bd2260a6956e584fa28c409310d2c
|
187302
|
+
Access token 6dbbcc7ecdcd875c4f729977dfc9b103e1953cab0f9152e0e202cf3a7afa057c granted to client UberClient, identity Batman
|
187303
|
+
|
187304
|
+
|
187305
|
+
Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187306
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
|
187307
|
+
Request 4cd9c4b43321e82aae0000de: Client UberClient requested code with scope read write
|
187308
|
+
|
187309
|
+
|
187310
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187311
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c35f843f9e60d5d295051a30e1344a33882188b9769f2a84140ae19a2bc0abf7", "client_id"=>"4cd9c4b43321e82aae0000dd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187312
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c35f843f9e60d5d295051a30e1344a33882188b9769f2a84140ae19a2bc0abf7&client_id=4cd9c4b43321e82aae0000dd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187313
|
+
|
187314
|
+
|
187315
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187316
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000de"}
|
187317
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187318
|
+
Request 4cd9c4b43321e82aae0000de: Client 4cd9c4b43321e82aae0000dd granted access code 5f6ffa481b84b5da3cf736c1d2aed81e8f106f506212ab8fccf840adfed28482
|
187319
|
+
Access token 2517bed38de397936baaeda0e1eab9b7afd6f015e3b6ebd184d9a05a563b7956 granted to client UberClient, identity Batman
|
187320
|
+
HTTP authorization failed invalid_token
|
187321
|
+
Request 4cd9c4b43321e82aae0000e0: Client UberClient requested code with scope read write
|
187322
|
+
|
187323
|
+
|
187324
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187325
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"40d5c480de65b9e397ffb5060d7c92d5ff753ec7137e7ec4a509097d13e9acf7", "client_id"=>"4cd9c4b43321e82aae0000df", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187326
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=40d5c480de65b9e397ffb5060d7c92d5ff753ec7137e7ec4a509097d13e9acf7&client_id=4cd9c4b43321e82aae0000df&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187327
|
+
|
187328
|
+
|
187329
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187330
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000e0"}
|
187331
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187332
|
+
Request 4cd9c4b43321e82aae0000e0: Client 4cd9c4b43321e82aae0000df granted access code f94a2c9337285155b3e16ddd2485f753be1242aec154fc04e93304b2e1123904
|
187333
|
+
Access token d9462d1e65f94adfdd07e243f4b95ba2b7329734531a06e4347e6db26be89ac8 granted to client UberClient, identity Batman
|
187334
|
+
HTTP authorization failed invalid_token
|
187335
|
+
Request 4cd9c4b43321e82aae0000e2: Client UberClient requested code with scope read write
|
187336
|
+
|
187337
|
+
|
187338
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187339
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"5f5bf95a50dd07346eb17d01e5f1808ffca0c259cb3b8d3cbaa34636f4699761", "client_id"=>"4cd9c4b43321e82aae0000e1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187340
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=5f5bf95a50dd07346eb17d01e5f1808ffca0c259cb3b8d3cbaa34636f4699761&client_id=4cd9c4b43321e82aae0000e1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187341
|
+
|
187342
|
+
|
187343
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187344
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000e2"}
|
187345
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187346
|
+
Request 4cd9c4b43321e82aae0000e2: Client 4cd9c4b43321e82aae0000e1 granted access code 3c331f9152a8bc571185533c88f0a99c0fb049754a387b73fea7ea1b45ccf679
|
187347
|
+
Access token 633234a8b97d8d02a95c73676ed6f3ce27843df1a8cb06b6d5ab3f7d98a65b99 granted to client UberClient, identity Batman
|
187348
|
+
HTTP authorization failed invalid_token
|
187349
|
+
Request 4cd9c4b43321e82aae0000e4: Client UberClient requested code with scope read write
|
187350
|
+
|
187351
|
+
|
187352
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187353
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"1e2a23b53eb0f6995790b522cd9dbbf8867de2ce9d64565e5420007d6baa36e2", "client_id"=>"4cd9c4b43321e82aae0000e3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187354
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=1e2a23b53eb0f6995790b522cd9dbbf8867de2ce9d64565e5420007d6baa36e2&client_id=4cd9c4b43321e82aae0000e3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187355
|
+
|
187356
|
+
|
187357
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187358
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000e4"}
|
187359
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187360
|
+
Request 4cd9c4b43321e82aae0000e4: Client 4cd9c4b43321e82aae0000e3 granted access code 606437bbdaddd2a9b6d44bb536790808eadc5b8cbfbd568afc44453f6f0ea4a0
|
187361
|
+
Access token e64b5e72ce3f29c478fb9b174678445356c60e649d355041f3b708c574bf74e2 granted to client UberClient, identity Batman
|
187362
|
+
HTTP authorization failed invalid_token
|
187363
|
+
Request 4cd9c4b43321e82aae0000e6: Client UberClient requested code with scope read write
|
187364
|
+
|
187365
|
+
|
187366
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187367
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b88fce7a27ebb8c0efe95f8f83c9a7f104a4d751faedf48312544359928533c6", "client_id"=>"4cd9c4b43321e82aae0000e5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187368
|
+
Completed in 4ms (View: 2 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b88fce7a27ebb8c0efe95f8f83c9a7f104a4d751faedf48312544359928533c6&client_id=4cd9c4b43321e82aae0000e5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187369
|
+
|
187370
|
+
|
187371
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187372
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000e6"}
|
187373
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187374
|
+
Request 4cd9c4b43321e82aae0000e6: Client 4cd9c4b43321e82aae0000e5 granted access code 883311dfe29ddeffe89279c065106e9a184b137dfc66abd7d3d9f92f06cb6a6c
|
187375
|
+
Access token 5c081ab93ec93c991c89fa6e83af71334c71302e56e7f761f419a7398c222c58 granted to client UberClient, identity Batman
|
187376
|
+
HTTP authorization failed invalid_token
|
187377
|
+
Request 4cd9c4b43321e82aae0000e8: Client UberClient requested code with scope read write
|
187378
|
+
|
187379
|
+
|
187380
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187381
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"abc38740a499372a452c1718a9da74d748a42d3836466290b7d9cd369d73776d", "client_id"=>"4cd9c4b43321e82aae0000e7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187382
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=abc38740a499372a452c1718a9da74d748a42d3836466290b7d9cd369d73776d&client_id=4cd9c4b43321e82aae0000e7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187383
|
+
|
187384
|
+
|
187385
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187386
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000e8"}
|
187387
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187388
|
+
Request 4cd9c4b43321e82aae0000e8: Client 4cd9c4b43321e82aae0000e7 granted access code 155acb68437997ae6efbd10ead482c38259e694e8a932e761901fdbaf11d2d3a
|
187389
|
+
Access token ef67e7bc0618efeea48d03245fa68be3c6a12dd8e50b7d1d22079018925e13a0 granted to client UberClient, identity Batman
|
187390
|
+
HTTP authorization failed invalid_token
|
187391
|
+
Request 4cd9c4b43321e82aae0000ea: Client UberClient requested code with scope read write
|
187392
|
+
|
187393
|
+
|
187394
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187395
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"194d01206178a1729287766dddb1fd0a9606d908fd07505f6486d1be91d27e00", "client_id"=>"4cd9c4b43321e82aae0000e9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187396
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=194d01206178a1729287766dddb1fd0a9606d908fd07505f6486d1be91d27e00&client_id=4cd9c4b43321e82aae0000e9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187397
|
+
|
187398
|
+
|
187399
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187400
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000ea"}
|
187401
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187402
|
+
Request 4cd9c4b43321e82aae0000ea: Client 4cd9c4b43321e82aae0000e9 granted access code f498e0d42a67e5d15ad3f6effb5ec5fc29fe6b1edeb858234de6671ccd04ddba
|
187403
|
+
Access token 2499f546338212f56be29f37bea4649263a99ec351b012663567234fe1e68d92 granted to client UberClient, identity Batman
|
187404
|
+
HTTP authorization failed invalid_token
|
187405
|
+
Request 4cd9c4b43321e82aae0000ec: Client UberClient requested code with scope read write
|
187406
|
+
|
187407
|
+
|
187408
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187409
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"0a7dea67d54fdb03235e2cfca636c6ea84ede4541a79aade3e5ba74cc567bf4f", "client_id"=>"4cd9c4b43321e82aae0000eb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187410
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=0a7dea67d54fdb03235e2cfca636c6ea84ede4541a79aade3e5ba74cc567bf4f&client_id=4cd9c4b43321e82aae0000eb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187411
|
+
|
187412
|
+
|
187413
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187414
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000ec"}
|
187415
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187416
|
+
Request 4cd9c4b43321e82aae0000ec: Client 4cd9c4b43321e82aae0000eb granted access code e8c59a65df69d438b17430905f992db533a35ec7f882c53c86926a3b6b6b4c3c
|
187417
|
+
Access token fc719fa94ab11b098c9f5105e1741059b3f3861cc490fc6b3d8b7f68d38a535a granted to client UberClient, identity Batman
|
187418
|
+
HTTP authorization failed invalid_token
|
187419
|
+
Request 4cd9c4b43321e82aae0000ee: Client UberClient requested code with scope read write
|
187420
|
+
|
187421
|
+
|
187422
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187423
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"afb7434aedb291c4af987db7802af62e6bef88733fa38bf5dad933c7a267d15f", "client_id"=>"4cd9c4b43321e82aae0000ed", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187424
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=afb7434aedb291c4af987db7802af62e6bef88733fa38bf5dad933c7a267d15f&client_id=4cd9c4b43321e82aae0000ed&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187425
|
+
|
187426
|
+
|
187427
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187428
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000ee"}
|
187429
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187430
|
+
Request 4cd9c4b43321e82aae0000ee: Client 4cd9c4b43321e82aae0000ed granted access code cfd60f451e8bf95cffe1ea83896d715c7277206157904a27c0a532a7ebfe5d6b
|
187431
|
+
Access token 84c2a2f645c6895c358c44a6fa2270af76e135fbdf9240f807ed25a0104c5daa granted to client UberClient, identity Batman
|
187432
|
+
HTTP authorization failed invalid_token
|
187433
|
+
Request 4cd9c4b43321e82aae0000f0: Client UberClient requested code with scope read write
|
187434
|
+
|
187435
|
+
|
187436
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187437
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"2efd7df0c38ce33750a9c7ea5bc656ec627f5042839cb114268f027602407e41", "client_id"=>"4cd9c4b43321e82aae0000ef", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187438
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=2efd7df0c38ce33750a9c7ea5bc656ec627f5042839cb114268f027602407e41&client_id=4cd9c4b43321e82aae0000ef&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187439
|
+
|
187440
|
+
|
187441
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187442
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000f0"}
|
187443
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187444
|
+
Request 4cd9c4b43321e82aae0000f0: Client 4cd9c4b43321e82aae0000ef granted access code a8e839cc77db5efb5cab3660641dd91955efbb401a9f68e774869fff7c7b6b0b
|
187445
|
+
Access token 9a7073f0b3340810997833901001c8cdd4e8d0fb966d60a5144fd529291512e7 granted to client UberClient, identity Batman
|
187446
|
+
HTTP authorization failed invalid_token
|
187447
|
+
Request 4cd9c4b43321e82aae0000f2: Client UberClient requested code with scope read write
|
187448
|
+
|
187449
|
+
|
187450
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187451
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"eb1ae496b07c6218e570667ea477c4ca7afd8bc6259bc1842727c9eec9dae9f2", "client_id"=>"4cd9c4b43321e82aae0000f1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187452
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=eb1ae496b07c6218e570667ea477c4ca7afd8bc6259bc1842727c9eec9dae9f2&client_id=4cd9c4b43321e82aae0000f1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187453
|
+
|
187454
|
+
|
187455
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187456
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000f2"}
|
187457
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187458
|
+
Request 4cd9c4b43321e82aae0000f2: Client 4cd9c4b43321e82aae0000f1 granted access code f00496a69d2aa268766a7df356395aae1c733d32ddea6d64a317936f8d57127d
|
187459
|
+
Access token a031ed79a7df1c2ebb96124778da272363ba5ca9936ed2b2f46f5b2b7c60ef89 granted to client UberClient, identity Batman
|
187460
|
+
HTTP authorization failed invalid_token
|
187461
|
+
Request 4cd9c4b43321e82aae0000f4: Client UberClient requested code with scope read write
|
187462
|
+
|
187463
|
+
|
187464
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187465
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8d9393057d5b390a7209777d79f8f3cf9b45e27aa5d97574985c01ef8aed03b8", "client_id"=>"4cd9c4b43321e82aae0000f3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187466
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8d9393057d5b390a7209777d79f8f3cf9b45e27aa5d97574985c01ef8aed03b8&client_id=4cd9c4b43321e82aae0000f3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187467
|
+
|
187468
|
+
|
187469
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187470
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000f4"}
|
187471
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187472
|
+
Request 4cd9c4b43321e82aae0000f4: Client 4cd9c4b43321e82aae0000f3 granted access code 2a8041d0c631742657d1cd79c444ebd5cc7b19c083b44f989d5440446583f49d
|
187473
|
+
Access token ececc4a0fc8cdc4f7a7ce5c1f374b392d2de1a123ca30d2649e7826307abb449 granted to client UberClient, identity Batman
|
187474
|
+
HTTP authorization failed invalid_token
|
187475
|
+
Request 4cd9c4b43321e82aae0000f6: Client UberClient requested code with scope read write
|
187476
|
+
|
187477
|
+
|
187478
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187479
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"08599049c4e7970d3599434f8493a9177c417f2e153bca9dbc187f17f5e51754", "client_id"=>"4cd9c4b43321e82aae0000f5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187480
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=08599049c4e7970d3599434f8493a9177c417f2e153bca9dbc187f17f5e51754&client_id=4cd9c4b43321e82aae0000f5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187481
|
+
|
187482
|
+
|
187483
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187484
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000f6"}
|
187485
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187486
|
+
Request 4cd9c4b43321e82aae0000f6: Client 4cd9c4b43321e82aae0000f5 granted access code ac74801359b29f397c43a96a661b526ef2cc5ce4ad4dbede1b038302a428de96
|
187487
|
+
Access token 50a5c64505d9f424eba1cd35c293846269ec13c997bc99e6754d2d0c5d33d7f3 granted to client UberClient, identity Batman
|
187488
|
+
Authorized Batman
|
187489
|
+
|
187490
|
+
|
187491
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187492
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
187493
|
+
Request 4cd9c4b43321e82aae0000f8: Client UberClient requested code with scope read write
|
187494
|
+
|
187495
|
+
|
187496
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187497
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e3270e4b16364fb9d07b2230c5cd7f7e9618496cb18267b5e42eab54ecfccfe7", "client_id"=>"4cd9c4b43321e82aae0000f7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187498
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e3270e4b16364fb9d07b2230c5cd7f7e9618496cb18267b5e42eab54ecfccfe7&client_id=4cd9c4b43321e82aae0000f7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187499
|
+
|
187500
|
+
|
187501
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187502
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000f8"}
|
187503
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187504
|
+
Request 4cd9c4b43321e82aae0000f8: Client 4cd9c4b43321e82aae0000f7 granted access code a519e7d0064fc91e6b7a552c88c1428153a7acff7a2369ea9852bb7d84b0c8f6
|
187505
|
+
Access token 905b9aa3fe95ec806f1720f766b061e2d2f9e6b654559485d06f3322b3aadf24 granted to client UberClient, identity Batman
|
187506
|
+
Authorized Batman
|
187507
|
+
|
187508
|
+
|
187509
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187510
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
187511
|
+
Request 4cd9c4b43321e82aae0000fa: Client UberClient requested code with scope read write
|
187512
|
+
|
187513
|
+
|
187514
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187515
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"0b83a3115bf1fa572c8039cbac00d75edea5c5d530e8b19616935544edca8c48", "client_id"=>"4cd9c4b43321e82aae0000f9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187516
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=0b83a3115bf1fa572c8039cbac00d75edea5c5d530e8b19616935544edca8c48&client_id=4cd9c4b43321e82aae0000f9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187517
|
+
|
187518
|
+
|
187519
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187520
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000fa"}
|
187521
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187522
|
+
Request 4cd9c4b43321e82aae0000fa: Client 4cd9c4b43321e82aae0000f9 granted access code d8618a76ec597206612ed249dcb10efb2647fa1a11c4881af2c22123c429dc6b
|
187523
|
+
Access token 3f9adf9e88756746415e1622e926832f943e6572aa64be79b7e531ef23b4cb64 granted to client UberClient, identity Batman
|
187524
|
+
|
187525
|
+
|
187526
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187527
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187528
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
187529
|
+
Request 4cd9c4b43321e82aae0000fc: Client UberClient requested code with scope read write
|
187530
|
+
|
187531
|
+
|
187532
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187533
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"291761079f652f8d82bfaf7a6195003725921f7f0a7842d0a5184d6ff4a3b9ec", "client_id"=>"4cd9c4b43321e82aae0000fb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187534
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=291761079f652f8d82bfaf7a6195003725921f7f0a7842d0a5184d6ff4a3b9ec&client_id=4cd9c4b43321e82aae0000fb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187535
|
+
|
187536
|
+
|
187537
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187538
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000fc"}
|
187539
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187540
|
+
Request 4cd9c4b43321e82aae0000fc: Client 4cd9c4b43321e82aae0000fb granted access code a455746d39b9eb07ccb2158583269ec81860478595bbb3675ebfec62d155a97e
|
187541
|
+
Access token efbbd27f8860a1476a896e9ead19160dd8cc51c31800b2cb75d1e983b2f694bd granted to client UberClient, identity Batman
|
187542
|
+
|
187543
|
+
|
187544
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187545
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187546
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
187547
|
+
Request 4cd9c4b43321e82aae0000fe: Client UberClient requested code with scope read write
|
187548
|
+
|
187549
|
+
|
187550
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187551
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"475b38e80d8fd0a2c5bb29403b21eed5aa8f8ef6c9fc7c01826c3b018677ce20", "client_id"=>"4cd9c4b43321e82aae0000fd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187552
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=475b38e80d8fd0a2c5bb29403b21eed5aa8f8ef6c9fc7c01826c3b018677ce20&client_id=4cd9c4b43321e82aae0000fd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187553
|
+
|
187554
|
+
|
187555
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187556
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae0000fe"}
|
187557
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187558
|
+
Request 4cd9c4b43321e82aae0000fe: Client 4cd9c4b43321e82aae0000fd granted access code 980cd83e62f73d48e7a41a12029f77f64a3a234f9ae837692adbdb3ac3873be0
|
187559
|
+
Access token 1eaccd961d7c5cefb1dd6e20618a3e8abcb338a2bd7efef23761eb5c79b8e51a granted to client UberClient, identity Batman
|
187560
|
+
|
187561
|
+
|
187562
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187563
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187564
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
187565
|
+
Request 4cd9c4b43321e82aae000100: Client UberClient requested code with scope read write
|
187566
|
+
|
187567
|
+
|
187568
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187569
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"f173538c654e4980ee859200eb8bf439ffdd355e280f2fe471d212f5a4484e22", "client_id"=>"4cd9c4b43321e82aae0000ff", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187570
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=f173538c654e4980ee859200eb8bf439ffdd355e280f2fe471d212f5a4484e22&client_id=4cd9c4b43321e82aae0000ff&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187571
|
+
|
187572
|
+
|
187573
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187574
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae000100"}
|
187575
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187576
|
+
Request 4cd9c4b43321e82aae000100: Client 4cd9c4b43321e82aae0000ff granted access code 02d73387b5ce574a6a43b6bd7002ffc1ff31cdb375ce97eb2c6604c9f767cd6e
|
187577
|
+
Access token 32f084f575d3e7e6139ee6b0e23012d01c7b1522d2bdd33b75b1a849239dc939 granted to client UberClient, identity Batman
|
187578
|
+
|
187579
|
+
|
187580
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187581
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187582
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
187583
|
+
Request 4cd9c4b43321e82aae000102: Client UberClient requested code with scope read write
|
187584
|
+
|
187585
|
+
|
187586
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187587
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"daa33ac4e9d67c4e0de5d29504c362f3b69700aac610d230d5c4359b2a74ed8c", "client_id"=>"4cd9c4b43321e82aae000101", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187588
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=daa33ac4e9d67c4e0de5d29504c362f3b69700aac610d230d5c4359b2a74ed8c&client_id=4cd9c4b43321e82aae000101&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187589
|
+
|
187590
|
+
|
187591
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187592
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae000102"}
|
187593
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187594
|
+
Request 4cd9c4b43321e82aae000102: Client 4cd9c4b43321e82aae000101 granted access code a0de955bfd23d128bbeee800753d3a083b67bf714078b1e1afe41038cc87599c
|
187595
|
+
Access token 0230505eb85710b330aebcb8710df95c90ac0d832109fb27c8331596ed7121bf granted to client UberClient, identity Batman
|
187596
|
+
|
187597
|
+
|
187598
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187599
|
+
Parameters: {"oauth_token"=>"0230505eb85710b330aebcb8710df95c90ac0d832109fb27c8331596ed7121bf"}
|
187600
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187601
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private?oauth_token=0230505eb85710b330aebcb8710df95c90ac0d832109fb27c8331596ed7121bf]
|
187602
|
+
Request 4cd9c4b43321e82aae000104: Client UberClient requested code with scope read write
|
187603
|
+
|
187604
|
+
|
187605
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187606
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"67dc966f47ca816d04c03c07c3b90176176087fe3e52f65421ab9775ac9851bd", "client_id"=>"4cd9c4b43321e82aae000103", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187607
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=67dc966f47ca816d04c03c07c3b90176176087fe3e52f65421ab9775ac9851bd&client_id=4cd9c4b43321e82aae000103&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187608
|
+
|
187609
|
+
|
187610
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187611
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae000104"}
|
187612
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187613
|
+
Request 4cd9c4b43321e82aae000104: Client 4cd9c4b43321e82aae000103 granted access code e621212a594923dd12082d102fc4c918472599df89182c994238abe0b9493d40
|
187614
|
+
Access token 79dc04c304a278570e521eaa34a10fbe1a43ce07593a3cbcb182bba9361a7f3f granted to client UberClient, identity Batman
|
187615
|
+
|
187616
|
+
|
187617
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187618
|
+
Parameters: {"oauth_token"=>"79dc04c304a278570e521eaa34a10fbe1a43ce07593a3cbcb182bba9361a7f3f"}
|
187619
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187620
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private?oauth_token=79dc04c304a278570e521eaa34a10fbe1a43ce07593a3cbcb182bba9361a7f3f]
|
187621
|
+
Request 4cd9c4b43321e82aae000106: Client UberClient requested code with scope read write
|
187622
|
+
|
187623
|
+
|
187624
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187625
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"8f2b6a2d0dcb024ffaddd9fcb20b3bd52843ae98c9050d9db6840c2b6a23fbd5", "client_id"=>"4cd9c4b43321e82aae000105", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187626
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=8f2b6a2d0dcb024ffaddd9fcb20b3bd52843ae98c9050d9db6840c2b6a23fbd5&client_id=4cd9c4b43321e82aae000105&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187627
|
+
|
187628
|
+
|
187629
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187630
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae000106"}
|
187631
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187632
|
+
Request 4cd9c4b43321e82aae000106: Client 4cd9c4b43321e82aae000105 granted access code 733021b2c7acaa45cf746bf2b9d636172f09d48deaf494165abf245a120fed81
|
187633
|
+
Access token c87708271d951e2a68e2d4caf926e45514f64b71af28dbdcd70f861da93dba66 granted to client UberClient, identity Batman
|
187634
|
+
|
187635
|
+
|
187636
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187637
|
+
Parameters: {"oauth_token"=>"c87708271d951e2a68e2d4caf926e45514f64b71af28dbdcd70f861da93dba66"}
|
187638
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187639
|
+
Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/private?oauth_token=c87708271d951e2a68e2d4caf926e45514f64b71af28dbdcd70f861da93dba66]
|
187640
|
+
Request 4cd9c4b43321e82aae000108: Client UberClient requested code with scope read write
|
187641
|
+
|
187642
|
+
|
187643
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187644
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c4f412f4a7393e0d1d711c7e6c4d045fa5dd00dddf953ed0d47505db5df88d77", "client_id"=>"4cd9c4b43321e82aae000107", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187645
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c4f412f4a7393e0d1d711c7e6c4d045fa5dd00dddf953ed0d47505db5df88d77&client_id=4cd9c4b43321e82aae000107&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187646
|
+
|
187647
|
+
|
187648
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187649
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae000108"}
|
187650
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187651
|
+
Request 4cd9c4b43321e82aae000108: Client 4cd9c4b43321e82aae000107 granted access code a78dfd58a5b88abafc7fe5660ce582efdf1319c340b60e792ee4cdaa3560644c
|
187652
|
+
Access token a55cd1196014598e325544a870bfd428b7e44493e40f8ded1e0c743e4bea827e granted to client UberClient, identity Batman
|
187653
|
+
|
187654
|
+
|
187655
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187656
|
+
Parameters: {"oauth_token"=>"a55cd1196014598e325544a870bfd428b7e44493e40f8ded1e0c743e4bea827e"}
|
187657
|
+
Filter chain halted as [#<Proc:0x00000001020d40a0@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
187658
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private?oauth_token=a55cd1196014598e325544a870bfd428b7e44493e40f8ded1e0c743e4bea827e]
|
187659
|
+
Request 4cd9c4b43321e82aae00010a: Client UberClient requested code with scope read write
|
187660
|
+
|
187661
|
+
|
187662
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187663
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"2bf44a789fe57e02cb54ac630d90d16b206455c4b28fa4e8e72bec70124e4472", "client_id"=>"4cd9c4b43321e82aae000109", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187664
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=2bf44a789fe57e02cb54ac630d90d16b206455c4b28fa4e8e72bec70124e4472&client_id=4cd9c4b43321e82aae000109&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187665
|
+
|
187666
|
+
|
187667
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187668
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae00010a"}
|
187669
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187670
|
+
Request 4cd9c4b43321e82aae00010a: Client 4cd9c4b43321e82aae000109 granted access code 6438b0f8190eafeaa971c83ab410cce454c19e0ed06dadd6841d3d21618c7931
|
187671
|
+
Access token 84bcea0c83a3d0070fcf28a0e3ef67f75dfcb3aa53937dab7f24358ff6b0f1ac granted to client UberClient, identity Batman
|
187672
|
+
HTTP authorization failed invalid_token
|
187673
|
+
Request 4cd9c4b43321e82aae00010c: Client UberClient requested code with scope read write
|
187674
|
+
|
187675
|
+
|
187676
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187677
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"f665ab5608c22b1397d9c478f9805a864761753282319a0a28c86fb44339ab90", "client_id"=>"4cd9c4b43321e82aae00010b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187678
|
+
Completed in 3ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=f665ab5608c22b1397d9c478f9805a864761753282319a0a28c86fb44339ab90&client_id=4cd9c4b43321e82aae00010b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187679
|
+
|
187680
|
+
|
187681
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187682
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae00010c"}
|
187683
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187684
|
+
Request 4cd9c4b43321e82aae00010c: Client 4cd9c4b43321e82aae00010b granted access code e239ea3980ffd9ab28e1ca19bb9e92c49854ad00bcd1ec15b0c42d174004b573
|
187685
|
+
Access token 5bfc490bb7de37968d676a3914fe5e072adbeda87d7aa76f4573e9e436644ab3 granted to client UberClient, identity Batman
|
187686
|
+
HTTP authorization failed invalid_token
|
187687
|
+
Request 4cd9c4b43321e82aae00010e: Client UberClient requested code with scope read write
|
187688
|
+
|
187689
|
+
|
187690
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187691
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"99b8d733b6baef60170c0c9a9bc4af1f48492d2d1a3c83699ad048f45ff91f31", "client_id"=>"4cd9c4b43321e82aae00010d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187692
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=99b8d733b6baef60170c0c9a9bc4af1f48492d2d1a3c83699ad048f45ff91f31&client_id=4cd9c4b43321e82aae00010d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187693
|
+
|
187694
|
+
|
187695
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187696
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae00010e"}
|
187697
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187698
|
+
Request 4cd9c4b43321e82aae00010e: Client 4cd9c4b43321e82aae00010d granted access code 162d3d140fcda45126ca30787376ee1094e3c94cb6b63b687f9c4ecd7e7985ce
|
187699
|
+
Access token 5823f5da58b251e8afb0adaa8b00211a5a4c13c7cd6d8bdf541a674bb12d0992 granted to client UberClient, identity Batman
|
187700
|
+
HTTP authorization failed invalid_token
|
187701
|
+
Request 4cd9c4b43321e82aae000110: Client UberClient requested code with scope read write
|
187702
|
+
|
187703
|
+
|
187704
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:24) [GET]
|
187705
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"a87ab831768e34b058fd4431c1451a88a6359fceca02380d9c9c2d4e2669eb10", "client_id"=>"4cd9c4b43321e82aae00010f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187706
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=a87ab831768e34b058fd4431c1451a88a6359fceca02380d9c9c2d4e2669eb10&client_id=4cd9c4b43321e82aae00010f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187707
|
+
|
187708
|
+
|
187709
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:24) [POST]
|
187710
|
+
Parameters: {"authorization"=>"4cd9c4b43321e82aae000110"}
|
187711
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187712
|
+
Request 4cd9c4b43321e82aae000110: Client 4cd9c4b43321e82aae00010f granted access code 05b418671da7a35c4698bd2b9b9ce596181571f9473ee81b5c3a7e52afe1e6c5
|
187713
|
+
Access token a5063319b7dbf47cfc6553453818fda79a2c65d51cff230bcfbbe4d47dea37bd granted to client UberClient, identity Batman
|
187714
|
+
HTTP authorization failed invalid_token
|
187715
|
+
Request 4cd9c4b53321e82aae000112: Client UberClient requested code with scope read write
|
187716
|
+
|
187717
|
+
|
187718
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187719
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c085812bbb70bb47122f94669d8798ea09236435cbdd3ff06b641f569a3d4c70", "client_id"=>"4cd9c4b53321e82aae000111", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187720
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c085812bbb70bb47122f94669d8798ea09236435cbdd3ff06b641f569a3d4c70&client_id=4cd9c4b53321e82aae000111&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187721
|
+
|
187722
|
+
|
187723
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187724
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000112"}
|
187725
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187726
|
+
Request 4cd9c4b53321e82aae000112: Client 4cd9c4b53321e82aae000111 granted access code 5f02f845ed5a8e1e1a6d38ea79755da85ec80122f30e4d0583e67c0bb3039466
|
187727
|
+
Access token cac7e883f9cdcbe433f96e81415591a5994fe8ee9c5584753e19270ab33e68ab granted to client UberClient, identity Batman
|
187728
|
+
Authorized Batman
|
187729
|
+
|
187730
|
+
|
187731
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187732
|
+
Parameters: {"oauth_token"=>"cac7e883f9cdcbe433f96e81415591a5994fe8ee9c5584753e19270ab33e68ab"}
|
187733
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=cac7e883f9cdcbe433f96e81415591a5994fe8ee9c5584753e19270ab33e68ab]
|
187734
|
+
Request 4cd9c4b53321e82aae000114: Client UberClient requested code with scope read write
|
187735
|
+
|
187736
|
+
|
187737
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187738
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6d38fd3b409817452a18f538fbb4cc6ea9fd16f97b4855c6f38793598a5b55c6", "client_id"=>"4cd9c4b53321e82aae000113", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187739
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6d38fd3b409817452a18f538fbb4cc6ea9fd16f97b4855c6f38793598a5b55c6&client_id=4cd9c4b53321e82aae000113&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187740
|
+
|
187741
|
+
|
187742
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187743
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000114"}
|
187744
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187745
|
+
Request 4cd9c4b53321e82aae000114: Client 4cd9c4b53321e82aae000113 granted access code 5584b6acc8bb066017f2558f266ce9ea358b1b6769a1a6e29a3f5730462ac6a7
|
187746
|
+
Access token 4f921d3890e8db97cb3bdec69af4354a800b38c9315368f85f18b7452c705a5c granted to client UberClient, identity Batman
|
187747
|
+
Authorized Batman
|
187748
|
+
|
187749
|
+
|
187750
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187751
|
+
Parameters: {"oauth_token"=>"4f921d3890e8db97cb3bdec69af4354a800b38c9315368f85f18b7452c705a5c"}
|
187752
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=4f921d3890e8db97cb3bdec69af4354a800b38c9315368f85f18b7452c705a5c]
|
187753
|
+
Request 4cd9c4b53321e82aae000116: Client UberClient requested code with scope read write
|
187754
|
+
|
187755
|
+
|
187756
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187757
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"68ead6721f2298d130c4694cee39b1b2bff976d081b02602400803e8a8048a79", "client_id"=>"4cd9c4b53321e82aae000115", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187758
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=68ead6721f2298d130c4694cee39b1b2bff976d081b02602400803e8a8048a79&client_id=4cd9c4b53321e82aae000115&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187759
|
+
|
187760
|
+
|
187761
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187762
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000116"}
|
187763
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187764
|
+
Request 4cd9c4b53321e82aae000116: Client 4cd9c4b53321e82aae000115 granted access code d3b9b3a502232c4dd533a917f25d12351f2cefcd400bf2eb42ceab44042c6a9e
|
187765
|
+
Access token 8b07422dea75f33adf98ab2d4010c2c0e54e475fce057a04739bd661ead761bb granted to client UberClient, identity Batman
|
187766
|
+
|
187767
|
+
|
187768
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187769
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187770
|
+
Request 4cd9c4b53321e82aae000118: Client UberClient requested code with scope read write
|
187771
|
+
|
187772
|
+
|
187773
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187774
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"ee5f8e74de2b1bbcc8638aea5a9d42ebf3f98d105671aff8d9de98199901fb5d", "client_id"=>"4cd9c4b53321e82aae000117", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187775
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=ee5f8e74de2b1bbcc8638aea5a9d42ebf3f98d105671aff8d9de98199901fb5d&client_id=4cd9c4b53321e82aae000117&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187776
|
+
|
187777
|
+
|
187778
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187779
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000118"}
|
187780
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187781
|
+
Request 4cd9c4b53321e82aae000118: Client 4cd9c4b53321e82aae000117 granted access code 00f0a71d92bffd33289fd287686b07e19d001e964b339a02279f750b56ad6128
|
187782
|
+
Access token 9f5464c34c70de537c982bf4332a4d848aa1b70d4fddf746ccff12ba0e7b37f7 granted to client UberClient, identity Batman
|
187783
|
+
|
187784
|
+
|
187785
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187786
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187787
|
+
Request 4cd9c4b53321e82aae00011a: Client UberClient requested code with scope read write
|
187788
|
+
|
187789
|
+
|
187790
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187791
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"1bbcd18a88572419cc3edc2dbe11a6971a3943a78b93cd6729bf4b8dadee3e54", "client_id"=>"4cd9c4b53321e82aae000119", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187792
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=1bbcd18a88572419cc3edc2dbe11a6971a3943a78b93cd6729bf4b8dadee3e54&client_id=4cd9c4b53321e82aae000119&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187793
|
+
|
187794
|
+
|
187795
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187796
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae00011a"}
|
187797
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187798
|
+
Request 4cd9c4b53321e82aae00011a: Client 4cd9c4b53321e82aae000119 granted access code 6acbbca05ac6456d15395fa776b503836786f5b20eb773149d2a6ab54f853ac2
|
187799
|
+
Access token a9270cf98e91f699e498293cb0b4a341df9959fa9c3b0c7b6eb99f648a179af1 granted to client UberClient, identity Batman
|
187800
|
+
Authorized Batman
|
187801
|
+
|
187802
|
+
|
187803
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187804
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187805
|
+
Request 4cd9c4b53321e82aae00011c: Client UberClient requested code with scope read write
|
187806
|
+
|
187807
|
+
|
187808
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187809
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"3bb36386e6dea211d9520b7b48c99f4fc705e1ddada70571b3d8a1d2f53518c6", "client_id"=>"4cd9c4b53321e82aae00011b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187810
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=3bb36386e6dea211d9520b7b48c99f4fc705e1ddada70571b3d8a1d2f53518c6&client_id=4cd9c4b53321e82aae00011b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187811
|
+
|
187812
|
+
|
187813
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187814
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae00011c"}
|
187815
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187816
|
+
Request 4cd9c4b53321e82aae00011c: Client 4cd9c4b53321e82aae00011b granted access code b612a8bf50034959318b1069712f6bc557eecb9ccfd41f1075d26170d931c37d
|
187817
|
+
Access token 2230ffaaf1df0b405180dd9cc20fac59922830c93b5cc6792617b9bb07dc28e6 granted to client UberClient, identity Batman
|
187818
|
+
Authorized Batman
|
187819
|
+
|
187820
|
+
|
187821
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187822
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187823
|
+
Request 4cd9c4b53321e82aae00011e: Client UberClient requested code with scope read write
|
187824
|
+
|
187825
|
+
|
187826
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187827
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"31fc2444a443275ec30e1d2a2682ffc249ac33aed70cb0cebd24dc8c66249d33", "client_id"=>"4cd9c4b53321e82aae00011d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187828
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=31fc2444a443275ec30e1d2a2682ffc249ac33aed70cb0cebd24dc8c66249d33&client_id=4cd9c4b53321e82aae00011d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187829
|
+
|
187830
|
+
|
187831
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187832
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae00011e"}
|
187833
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187834
|
+
Request 4cd9c4b53321e82aae00011e: Client 4cd9c4b53321e82aae00011d granted access code 18af9fd95aa8da3957fbf1ce6f3618d923749abfd19b54c3bba65077f1140cf9
|
187835
|
+
Access token 52be9e2e6c2f36de1e17644a36c3bd09cd711aa7a68ebd304c13c31e284171f0 granted to client UberClient, identity Batman
|
187836
|
+
Authorized Batman
|
187837
|
+
|
187838
|
+
|
187839
|
+
Processing ApiController#user (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187840
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
|
187841
|
+
Request 4cd9c4b53321e82aae000120: Client UberClient requested code with scope read write
|
187842
|
+
|
187843
|
+
|
187844
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187845
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"51669d1acdc759fa618d061169da19a07da1ada2019cf9aab24967612cea95c4", "client_id"=>"4cd9c4b53321e82aae00011f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187846
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=51669d1acdc759fa618d061169da19a07da1ada2019cf9aab24967612cea95c4&client_id=4cd9c4b53321e82aae00011f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187847
|
+
|
187848
|
+
|
187849
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187850
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000120"}
|
187851
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187852
|
+
Request 4cd9c4b53321e82aae000120: Client 4cd9c4b53321e82aae00011f granted access code fe4409ebed52b28a33a90a78e2d5dddfdd0fb5195d7a1e1b529a0cc6e94037f4
|
187853
|
+
Access token bff3927bf36bbabaaa03f075da7e723e598f84b232646fc7f4d70338b4361b7a granted to client UberClient, identity Batman
|
187854
|
+
|
187855
|
+
|
187856
|
+
Processing ApiController#user (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187857
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
|
187858
|
+
Request 4cd9c4b53321e82aae000122: Client UberClient requested code with scope read write
|
187859
|
+
|
187860
|
+
|
187861
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187862
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"c21b1ce3829f686fa04062dbf23ec2948e220dc759fac20b76309a0699fe3394", "client_id"=>"4cd9c4b53321e82aae000121", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187863
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=c21b1ce3829f686fa04062dbf23ec2948e220dc759fac20b76309a0699fe3394&client_id=4cd9c4b53321e82aae000121&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187864
|
+
|
187865
|
+
|
187866
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187867
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000122"}
|
187868
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187869
|
+
Request 4cd9c4b53321e82aae000122: Client 4cd9c4b53321e82aae000121 granted access code f5f0b219d5a0fcce01cfbc387b6e6af29ac6b83ad2515fec4de8789c2be7b07a
|
187870
|
+
Access token 7d398e990c3111d10302fb70fcd25b797447b4fd8960762d8b38157be7611de8 granted to client UberClient, identity Batman
|
187871
|
+
|
187872
|
+
|
187873
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187874
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187875
|
+
Request 4cd9c4b53321e82aae000124: Client UberClient requested code with scope read write
|
187876
|
+
|
187877
|
+
|
187878
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187879
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6be1f2b1718cf9019f5540cef76b9041ca422636501231bb48e38a0f58367b1e", "client_id"=>"4cd9c4b53321e82aae000123", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187880
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6be1f2b1718cf9019f5540cef76b9041ca422636501231bb48e38a0f58367b1e&client_id=4cd9c4b53321e82aae000123&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187881
|
+
|
187882
|
+
|
187883
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187884
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000124"}
|
187885
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187886
|
+
Request 4cd9c4b53321e82aae000124: Client 4cd9c4b53321e82aae000123 granted access code 5583c76393d3a7e0b005a86ebe652a1b748574be4ecf089fc9eeef889d974060
|
187887
|
+
Access token 05b09436ab9c9178fb8c7306da08d3357c24b144429fcc8eafe9abb09bbb4e1d granted to client UberClient, identity Batman
|
187888
|
+
|
187889
|
+
|
187890
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187891
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187892
|
+
Request 4cd9c4b53321e82aae000126: Client UberClient requested code with scope read write
|
187893
|
+
|
187894
|
+
|
187895
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187896
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"f95f6419cbe5c476a25f94c2cb170011d44c73d9330e6fbdc8ee9d6fecdd5f1b", "client_id"=>"4cd9c4b53321e82aae000125", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187897
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=f95f6419cbe5c476a25f94c2cb170011d44c73d9330e6fbdc8ee9d6fecdd5f1b&client_id=4cd9c4b53321e82aae000125&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187898
|
+
|
187899
|
+
|
187900
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187901
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000126"}
|
187902
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187903
|
+
Request 4cd9c4b53321e82aae000126: Client 4cd9c4b53321e82aae000125 granted access code 2344b659d10ff823e17341fbe64982fe312d0d8539f3df004ed0b4302dbf28a8
|
187904
|
+
Access token 76cd12695528c1fa294016349d6bf851352055372de8e9b8a10a1c1c99e96295 granted to client UberClient, identity Batman
|
187905
|
+
|
187906
|
+
|
187907
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187908
|
+
Completed in 0ms (View: 0 | 200 OK [http://wrong.org/public]
|
187909
|
+
Request 4cd9c4b53321e82aae000128: Client UberClient requested code with scope read write
|
187910
|
+
|
187911
|
+
|
187912
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187913
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"dc19fca177220f90a79a06e5cd58046a1d8973dc105a9b182fb81bde49378a3c", "client_id"=>"4cd9c4b53321e82aae000127", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187914
|
+
Completed in 5ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=dc19fca177220f90a79a06e5cd58046a1d8973dc105a9b182fb81bde49378a3c&client_id=4cd9c4b53321e82aae000127&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187915
|
+
|
187916
|
+
|
187917
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187918
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000128"}
|
187919
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187920
|
+
Request 4cd9c4b53321e82aae000128: Client 4cd9c4b53321e82aae000127 granted access code 8c5ce80c8eb425e8c0ee8c4215824c594e3fc16db80beb230cd3fed917995df2
|
187921
|
+
Access token e26dade0fcc0a4c62fcdcacfb75ccfe53d1f7dba1fcef76733155e3d4f8bfad8 granted to client UberClient, identity Batman
|
187922
|
+
|
187923
|
+
|
187924
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187925
|
+
Completed in 0ms (View: 0 | 200 OK [http://wrong.org/public]
|
187926
|
+
Request 4cd9c4b53321e82aae00012a: Client UberClient requested code with scope read write
|
187927
|
+
|
187928
|
+
|
187929
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187930
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"d1c03f433d3c1c481a4724dee8ad80847de00e34a583bba0f6fda4e374276d62", "client_id"=>"4cd9c4b53321e82aae000129", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187931
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=d1c03f433d3c1c481a4724dee8ad80847de00e34a583bba0f6fda4e374276d62&client_id=4cd9c4b53321e82aae000129&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187932
|
+
|
187933
|
+
|
187934
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187935
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae00012a"}
|
187936
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/grant]
|
187937
|
+
Request 4cd9c4b53321e82aae00012a: Client 4cd9c4b53321e82aae000129 granted access code 4cde849c8206a27ddf3950fd00b95dc2a36d9af5b464c166d6aafc9f82381db9
|
187938
|
+
Access token 42a19e0bdcb162e8cc26681f6fdff7f8d492b6a4b0ce83f89b40d0d4eacfda5a granted to client UberClient, identity Batman
|
187939
|
+
Authorized Batman
|
187940
|
+
|
187941
|
+
|
187942
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187943
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
187944
|
+
Request 4cd9c4b53321e82aae00012c: Client UberClient requested code with scope read write
|
187945
|
+
|
187946
|
+
|
187947
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187948
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"06cdc6c5830261be5d46beb41166f6f413d25ace9ba36678ebada20e6b074af3", "client_id"=>"4cd9c4b53321e82aae00012b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187949
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=06cdc6c5830261be5d46beb41166f6f413d25ace9ba36678ebada20e6b074af3&client_id=4cd9c4b53321e82aae00012b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187950
|
+
|
187951
|
+
|
187952
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187953
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae00012c"}
|
187954
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187955
|
+
Request 4cd9c4b53321e82aae00012c: Client 4cd9c4b53321e82aae00012b granted access code 71a0c41d3e543839e27d9f3a5e2df945773ecfa97015714054482b2825687987
|
187956
|
+
Access token 4beb5d04452d8c4b5befeebcebc1159431bf7744d04bceb05deed79a78ccc96c granted to client UberClient, identity Batman
|
187957
|
+
Authorized Batman
|
187958
|
+
|
187959
|
+
|
187960
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187961
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/private]
|
187962
|
+
Request 4cd9c4b53321e82aae00012e: Client UberClient requested code with scope read write
|
187963
|
+
|
187964
|
+
|
187965
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187966
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"d6e42ab50bf2fb916b91dd271b390e66288bb618e8a39b451a81d35c540c4c5d", "client_id"=>"4cd9c4b53321e82aae00012d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187967
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=d6e42ab50bf2fb916b91dd271b390e66288bb618e8a39b451a81d35c540c4c5d&client_id=4cd9c4b53321e82aae00012d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187968
|
+
|
187969
|
+
|
187970
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187971
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae00012e"}
|
187972
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187973
|
+
Request 4cd9c4b53321e82aae00012e: Client 4cd9c4b53321e82aae00012d granted access code ac978e16c72f72080edf70c7a6322188714ac87f5062dd2f8ae84f5313d9043d
|
187974
|
+
Access token 156671c1dbc36bca3ebe5dba272b8dd2e258d0036874082ce06dafe13b9f4830 granted to client UberClient, identity Batman
|
187975
|
+
|
187976
|
+
|
187977
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187978
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187979
|
+
Request 4cd9c4b53321e82aae000130: Client UberClient requested code with scope read write
|
187980
|
+
|
187981
|
+
|
187982
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187983
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"e33f254877d2b5525b873324597a6c541cf1d12a6fc58562fefe01c28c9b0ed1", "client_id"=>"4cd9c4b53321e82aae00012f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
187984
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=e33f254877d2b5525b873324597a6c541cf1d12a6fc58562fefe01c28c9b0ed1&client_id=4cd9c4b53321e82aae00012f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
187985
|
+
|
187986
|
+
|
187987
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:25) [POST]
|
187988
|
+
Parameters: {"authorization"=>"4cd9c4b53321e82aae000130"}
|
187989
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
187990
|
+
Request 4cd9c4b53321e82aae000130: Client 4cd9c4b53321e82aae00012f granted access code 932c40fa7839bc27714931df51cbea0658fb15bfc12c217bd0c87ddb450a8165
|
187991
|
+
Access token 7b18e87fadc45ecf30b912be732ff14dc1ba9ad8746e01648b431ea11ce1e646 granted to client UberClient, identity Batman
|
187992
|
+
|
187993
|
+
|
187994
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-09 14:01:25) [GET]
|
187995
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
187996
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
187997
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
187998
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
187999
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188000
|
+
Request 4cd9c4b63321e82aae000158: Client UberClient requested token with scope read write
|
188001
|
+
|
188002
|
+
|
188003
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188004
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"b1eaf9c687733a90a7163c33e742d109d5a9670640d0fd0140eb039a65467866", "client_id"=>"4cd9c4b63321e82aae000157", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188005
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=b1eaf9c687733a90a7163c33e742d109d5a9670640d0fd0140eb039a65467866&client_id=4cd9c4b63321e82aae000157&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188006
|
+
|
188007
|
+
|
188008
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188009
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000158"}
|
188010
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188011
|
+
Request 4cd9c4b63321e82aae000158: Client 4cd9c4b63321e82aae000157 denied authorization
|
188012
|
+
Request 4cd9c4b63321e82aae00015a: Client UberClient requested token with scope read write
|
188013
|
+
|
188014
|
+
|
188015
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188016
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"a69434473c5443efc08d8318100e4249083265a43410ecef493a8d402fe88618", "client_id"=>"4cd9c4b63321e82aae000159", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188017
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=a69434473c5443efc08d8318100e4249083265a43410ecef493a8d402fe88618&client_id=4cd9c4b63321e82aae000159&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188018
|
+
|
188019
|
+
|
188020
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188021
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00015a"}
|
188022
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188023
|
+
Request 4cd9c4b63321e82aae00015a: Client 4cd9c4b63321e82aae000159 denied authorization
|
188024
|
+
Request 4cd9c4b63321e82aae00015c: Client UberClient requested token with scope read write
|
188025
|
+
|
188026
|
+
|
188027
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188028
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"03c7b720e22c3995a9168305b798ee6e911f33d40a1b02418195bff1aa2838bc", "client_id"=>"4cd9c4b63321e82aae00015b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188029
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=03c7b720e22c3995a9168305b798ee6e911f33d40a1b02418195bff1aa2838bc&client_id=4cd9c4b63321e82aae00015b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188030
|
+
|
188031
|
+
|
188032
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188033
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00015c"}
|
188034
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188035
|
+
Request 4cd9c4b63321e82aae00015c: Client 4cd9c4b63321e82aae00015b denied authorization
|
188036
|
+
Request 4cd9c4b63321e82aae00015e: Client UberClient requested token with scope read write
|
188037
|
+
|
188038
|
+
|
188039
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188040
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"31b685692ea81425f85a26ae9afd58f7818fc42867c606fc25f20ca1729ef476", "client_id"=>"4cd9c4b63321e82aae00015d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188041
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=31b685692ea81425f85a26ae9afd58f7818fc42867c606fc25f20ca1729ef476&client_id=4cd9c4b63321e82aae00015d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188042
|
+
|
188043
|
+
|
188044
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188045
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00015e"}
|
188046
|
+
Completed in 2ms (View: 1 | 403 Forbidden [http://example.org/oauth/deny]
|
188047
|
+
Request 4cd9c4b63321e82aae00015e: Client 4cd9c4b63321e82aae00015d denied authorization
|
188048
|
+
Request 4cd9c4b63321e82aae000160: Client UberClient requested token with scope read write
|
188049
|
+
|
188050
|
+
|
188051
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188052
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"5df1376f9b732b4e83fbf1a3f4eeee13ed50e116facd9c8cca6950488d5bae39", "client_id"=>"4cd9c4b63321e82aae00015f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188053
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=5df1376f9b732b4e83fbf1a3f4eeee13ed50e116facd9c8cca6950488d5bae39&client_id=4cd9c4b63321e82aae00015f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188054
|
+
|
188055
|
+
|
188056
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188057
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000160"}
|
188058
|
+
Completed in 2ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188059
|
+
Request 4cd9c4b63321e82aae000160: Client 4cd9c4b63321e82aae00015f denied authorization
|
188060
|
+
Request 4cd9c4b63321e82aae000162: Client UberClient requested token with scope read write
|
188061
|
+
|
188062
|
+
|
188063
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188064
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"61dd8cb51fa8493fd0057a09ff24a7710ea1e34118ad2ebb66e6cf35529928c4", "client_id"=>"4cd9c4b63321e82aae000161", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188065
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=61dd8cb51fa8493fd0057a09ff24a7710ea1e34118ad2ebb66e6cf35529928c4&client_id=4cd9c4b63321e82aae000161&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188066
|
+
|
188067
|
+
|
188068
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188069
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000162"}
|
188070
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188071
|
+
Request 4cd9c4b63321e82aae000162: Client 4cd9c4b63321e82aae000161 granted access token 7478e55ad96d01637db89a8817c41b28922614244761b7315b92b7bcfc7ad6ef
|
188072
|
+
Request 4cd9c4b63321e82aae000164: Client UberClient requested token with scope read write
|
188073
|
+
|
188074
|
+
|
188075
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188076
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"33cd8eb6cc145056a08feb933ab9c88fed3c8877dca2a9799e0b242ce61044a0", "client_id"=>"4cd9c4b63321e82aae000163", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188077
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=33cd8eb6cc145056a08feb933ab9c88fed3c8877dca2a9799e0b242ce61044a0&client_id=4cd9c4b63321e82aae000163&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188078
|
+
|
188079
|
+
|
188080
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188081
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000164"}
|
188082
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188083
|
+
Request 4cd9c4b63321e82aae000164: Client 4cd9c4b63321e82aae000163 granted access token f79587d1f34d6e315adb951343b61362b52788c356e47b8c8c347d665a611b44
|
188084
|
+
Request 4cd9c4b63321e82aae000166: Client UberClient requested token with scope read write
|
188085
|
+
|
188086
|
+
|
188087
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188088
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"87122780eabfc1504fb548b6ef1814f1d0a5493afd95b651431fb79c98fc2eb3", "client_id"=>"4cd9c4b63321e82aae000165", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188089
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=87122780eabfc1504fb548b6ef1814f1d0a5493afd95b651431fb79c98fc2eb3&client_id=4cd9c4b63321e82aae000165&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188090
|
+
|
188091
|
+
|
188092
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188093
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000166"}
|
188094
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188095
|
+
Request 4cd9c4b63321e82aae000166: Client 4cd9c4b63321e82aae000165 granted access token 0253588d56b42ac7bfe0ca51adf8cb64a7bc3ba1a0b9001edcd53aa40290fc2e
|
188096
|
+
Request 4cd9c4b63321e82aae000168: Client UberClient requested token with scope read write
|
188097
|
+
|
188098
|
+
|
188099
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188100
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"3be720fe15c47de1d87c555ebee0c0b7979565ad1bb033a3d07b05601be640c2", "client_id"=>"4cd9c4b63321e82aae000167", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188101
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=3be720fe15c47de1d87c555ebee0c0b7979565ad1bb033a3d07b05601be640c2&client_id=4cd9c4b63321e82aae000167&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188102
|
+
|
188103
|
+
|
188104
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188105
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000168"}
|
188106
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188107
|
+
Request 4cd9c4b63321e82aae000168: Client 4cd9c4b63321e82aae000167 granted access token 4735a83b703609a56773d4971daedc58a993e01914f566cbf8064c655ccc6d64
|
188108
|
+
Request 4cd9c4b63321e82aae00016a: Client UberClient requested token with scope read write
|
188109
|
+
|
188110
|
+
|
188111
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188112
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"b28d1219ac623ca52ecf65205bf2b51510adc82e78c79bc5585d726ff09ed142", "client_id"=>"4cd9c4b63321e82aae000169", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188113
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=b28d1219ac623ca52ecf65205bf2b51510adc82e78c79bc5585d726ff09ed142&client_id=4cd9c4b63321e82aae000169&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188114
|
+
|
188115
|
+
|
188116
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188117
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00016a"}
|
188118
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188119
|
+
Request 4cd9c4b63321e82aae00016a: Client 4cd9c4b63321e82aae000169 granted access token dc6af3bdbce76e62d7bb376058c966d29e7aabe386bf3b4cc3d565b43057ab0d
|
188120
|
+
Request 4cd9c4b63321e82aae00016c: Client UberClient requested token with scope read write
|
188121
|
+
|
188122
|
+
|
188123
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188124
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"f1b9d20f258c645df4cddce34891908d3ea01f4c6a2f9997195269bcef84ecfe", "client_id"=>"4cd9c4b63321e82aae00016b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188125
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=f1b9d20f258c645df4cddce34891908d3ea01f4c6a2f9997195269bcef84ecfe&client_id=4cd9c4b63321e82aae00016b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188126
|
+
Request 4cd9c4b63321e82aae00016e: Client UberClient requested token with scope read write
|
188127
|
+
|
188128
|
+
|
188129
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188130
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_secret"=>"3a11a1a06d46fd4b0bc6f06b3899eae7af9539e56864bab3816fae5097229308", "client_id"=>"4cd9c4b63321e82aae00016d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188131
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_secret=3a11a1a06d46fd4b0bc6f06b3899eae7af9539e56864bab3816fae5097229308&client_id=4cd9c4b63321e82aae00016d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188132
|
+
Request 4cd9c4b63321e82aae000170: Client UberClient requested code with scope read write
|
188133
|
+
|
188134
|
+
|
188135
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188136
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"119d927830b25b516ae368a6236b40727dcccf796d50357ab2a56fa8a6fde32e", "client_id"=>"4cd9c4b63321e82aae00016f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188137
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=119d927830b25b516ae368a6236b40727dcccf796d50357ab2a56fa8a6fde32e&client_id=4cd9c4b63321e82aae00016f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188138
|
+
|
188139
|
+
|
188140
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188141
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000170"}
|
188142
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188143
|
+
Request 4cd9c4b63321e82aae000170: Client 4cd9c4b63321e82aae00016f denied authorization
|
188144
|
+
Request 4cd9c4b63321e82aae000172: Client UberClient requested code with scope read write
|
188145
|
+
|
188146
|
+
|
188147
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188148
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"6ec09095ff1ee3ef66cfcf7e50ac489a23c3206a1b9e731069eebf76abe2ae9b", "client_id"=>"4cd9c4b63321e82aae000171", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188149
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=6ec09095ff1ee3ef66cfcf7e50ac489a23c3206a1b9e731069eebf76abe2ae9b&client_id=4cd9c4b63321e82aae000171&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188150
|
+
|
188151
|
+
|
188152
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188153
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000172"}
|
188154
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188155
|
+
Request 4cd9c4b63321e82aae000172: Client 4cd9c4b63321e82aae000171 denied authorization
|
188156
|
+
Request 4cd9c4b63321e82aae000174: Client UberClient requested code with scope read write
|
188157
|
+
|
188158
|
+
|
188159
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188160
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b9a609578b9f0136d9b1e5db60197e46950396cc7d0fec7a8d1c9c31419953ee", "client_id"=>"4cd9c4b63321e82aae000173", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188161
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b9a609578b9f0136d9b1e5db60197e46950396cc7d0fec7a8d1c9c31419953ee&client_id=4cd9c4b63321e82aae000173&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188162
|
+
|
188163
|
+
|
188164
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188165
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000174"}
|
188166
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188167
|
+
Request 4cd9c4b63321e82aae000174: Client 4cd9c4b63321e82aae000173 denied authorization
|
188168
|
+
Request 4cd9c4b63321e82aae000176: Client UberClient requested code with scope read write
|
188169
|
+
|
188170
|
+
|
188171
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188172
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"113c2f3854e4ea08e29aa07e856efebf4f2212fa3feaf1f10720f5598675dfcd", "client_id"=>"4cd9c4b63321e82aae000175", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188173
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=113c2f3854e4ea08e29aa07e856efebf4f2212fa3feaf1f10720f5598675dfcd&client_id=4cd9c4b63321e82aae000175&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188174
|
+
|
188175
|
+
|
188176
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188177
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000176"}
|
188178
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188179
|
+
Request 4cd9c4b63321e82aae000176: Client 4cd9c4b63321e82aae000175 denied authorization
|
188180
|
+
Request 4cd9c4b63321e82aae000178: Client UberClient requested code with scope read write
|
188181
|
+
|
188182
|
+
|
188183
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188184
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"ad85d06e26c975a65c9d879ba4720fd9d6e91be7e823f6d9bbfcce63cd4775f5", "client_id"=>"4cd9c4b63321e82aae000177", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188185
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=ad85d06e26c975a65c9d879ba4720fd9d6e91be7e823f6d9bbfcce63cd4775f5&client_id=4cd9c4b63321e82aae000177&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188186
|
+
|
188187
|
+
|
188188
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188189
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000178"}
|
188190
|
+
Completed in 2ms (View: 0 | 403 Forbidden [http://example.org/oauth/deny]
|
188191
|
+
Request 4cd9c4b63321e82aae000178: Client 4cd9c4b63321e82aae000177 denied authorization
|
188192
|
+
Request 4cd9c4b63321e82aae00017a: Client UberClient requested code with scope read write
|
188193
|
+
|
188194
|
+
|
188195
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188196
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"7d61ca27d538ae58be8e9baa8ac77203f6a2ecfa10e5d3b24a574d42f14d9ff9", "client_id"=>"4cd9c4b63321e82aae000179", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188197
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=7d61ca27d538ae58be8e9baa8ac77203f6a2ecfa10e5d3b24a574d42f14d9ff9&client_id=4cd9c4b63321e82aae000179&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188198
|
+
|
188199
|
+
|
188200
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188201
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00017a"}
|
188202
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188203
|
+
Request 4cd9c4b63321e82aae00017a: Client 4cd9c4b63321e82aae000179 granted access code 838a599cbf4c17343ea61eae46b6f94c2ae1ce0cd88a4c1b66767fef02baba22
|
188204
|
+
Request 4cd9c4b63321e82aae00017c: Client UberClient requested code with scope read write
|
188205
|
+
|
188206
|
+
|
188207
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188208
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"384ca1550e1192f7a8c5dc3e4ddfa01be0771f377d1421d5278b4eb3b672ad2c", "client_id"=>"4cd9c4b63321e82aae00017b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188209
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=384ca1550e1192f7a8c5dc3e4ddfa01be0771f377d1421d5278b4eb3b672ad2c&client_id=4cd9c4b63321e82aae00017b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188210
|
+
|
188211
|
+
|
188212
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188213
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00017c"}
|
188214
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188215
|
+
Request 4cd9c4b63321e82aae00017c: Client 4cd9c4b63321e82aae00017b granted access code 6ccaf4a3493ada74dfa67c923e742cb171cc6f9d33860186e36fa77f4712e9af
|
188216
|
+
Request 4cd9c4b63321e82aae00017e: Client UberClient requested code with scope read write
|
188217
|
+
|
188218
|
+
|
188219
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188220
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"93cbffcb6a55adc46186f470a109774b2b87437b591aac00e28eb3e6d410cdf1", "client_id"=>"4cd9c4b63321e82aae00017d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188221
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=93cbffcb6a55adc46186f470a109774b2b87437b591aac00e28eb3e6d410cdf1&client_id=4cd9c4b63321e82aae00017d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188222
|
+
|
188223
|
+
|
188224
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188225
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae00017e"}
|
188226
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188227
|
+
Request 4cd9c4b63321e82aae00017e: Client 4cd9c4b63321e82aae00017d granted access code 2e4a752e4be997cd342df5f8390e9f2d89fc3e633b59fd930a3d2ea3eb401f3b
|
188228
|
+
Request 4cd9c4b63321e82aae000180: Client UberClient requested code with scope read write
|
188229
|
+
|
188230
|
+
|
188231
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188232
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"2d7800f2e51e4363c7ad32c28662ac47f6ad0f01ef451e2c7821a2ade087c67b", "client_id"=>"4cd9c4b63321e82aae00017f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188233
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=2d7800f2e51e4363c7ad32c28662ac47f6ad0f01ef451e2c7821a2ade087c67b&client_id=4cd9c4b63321e82aae00017f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188234
|
+
|
188235
|
+
|
188236
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188237
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000180"}
|
188238
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188239
|
+
Request 4cd9c4b63321e82aae000180: Client 4cd9c4b63321e82aae00017f granted access code 7a9ed9775d40b97522b915b5973f03269ac53b360204e2bb43e364b2338dd143
|
188240
|
+
Request 4cd9c4b63321e82aae000182: Client UberClient requested code with scope read write
|
188241
|
+
|
188242
|
+
|
188243
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188244
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"cc1b2fcab3440755c0376b6316befd449e6c9024f6f2abf8a7425574b8eb9f28", "client_id"=>"4cd9c4b63321e82aae000181", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188245
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=cc1b2fcab3440755c0376b6316befd449e6c9024f6f2abf8a7425574b8eb9f28&client_id=4cd9c4b63321e82aae000181&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188246
|
+
|
188247
|
+
|
188248
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-09 14:01:26) [POST]
|
188249
|
+
Parameters: {"authorization"=>"4cd9c4b63321e82aae000182"}
|
188250
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
188251
|
+
Request 4cd9c4b63321e82aae000182: Client 4cd9c4b63321e82aae000181 granted access code 39a41240101a76b7e17895374a713abafdcbd902709df799db09edaf83ddcbcf
|
188252
|
+
Request 4cd9c4b63321e82aae000184: Client UberClient requested code with scope read write
|
188253
|
+
|
188254
|
+
|
188255
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188256
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"866240322c62cfd81c72d8e7ea1879a15840fadeee67542c6e78fabdecb16389", "client_id"=>"4cd9c4b63321e82aae000183", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188257
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=866240322c62cfd81c72d8e7ea1879a15840fadeee67542c6e78fabdecb16389&client_id=4cd9c4b63321e82aae000183&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188258
|
+
Request 4cd9c4b63321e82aae000186: Client UberClient requested code with scope read write
|
188259
|
+
|
188260
|
+
|
188261
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188262
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"b91fedf7e6bd5725f8daeb6d8700272c160eea238b75d01ced8db1027585b6c7", "client_id"=>"4cd9c4b63321e82aae000185", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188263
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=b91fedf7e6bd5725f8daeb6d8700272c160eea238b75d01ced8db1027585b6c7&client_id=4cd9c4b63321e82aae000185&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188264
|
+
Request 4cd9c4b63321e82aae000188: Client UberClient requested code with scope time-travel
|
188265
|
+
|
188266
|
+
|
188267
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188268
|
+
Parameters: {"scope"=>"time-travel", "response_type"=>"code", "client_secret"=>"835c4020a193bca52ce7de4e579b6c8eadb49a15ef2549a31835c407e3e63884", "client_id"=>"4cd9c4b63321e82aae000187", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188269
|
+
Filter chain halted as [#<Proc:0x0000000101f9f248@/Users/assaf/projects/rack-oauth2-server/test/rails/app/controllers/oauth_controller.rb:2>] rendered_or_redirected.
|
188270
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/authorize?scope=time-travel&response_type=code&client_secret=835c4020a193bca52ce7de4e579b6c8eadb49a15ef2549a31835c407e3e63884&client_id=4cd9c4b63321e82aae000187&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188271
|
+
Authorization request error: access_denied You are now allowed to access this resource.
|
188272
|
+
Request 4cd9c4b63321e82aae00018a: Client UberClient requested code with scope time-travel
|
188273
|
+
|
188274
|
+
|
188275
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188276
|
+
Parameters: {"scope"=>"time-travel", "response_type"=>"code", "client_secret"=>"63fd3daf0c310f82548d5aaac294367a0c9ec9186aee437fec4bdcbaceb42c49", "client_id"=>"4cd9c4b63321e82aae000189", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188277
|
+
Filter chain halted as [#<Proc:0x0000000101f9f248@/Users/assaf/projects/rack-oauth2-server/test/rails/app/controllers/oauth_controller.rb:2>] rendered_or_redirected.
|
188278
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/authorize?scope=time-travel&response_type=code&client_secret=63fd3daf0c310f82548d5aaac294367a0c9ec9186aee437fec4bdcbaceb42c49&client_id=4cd9c4b63321e82aae000189&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188279
|
+
Authorization request error: access_denied You are now allowed to access this resource.
|
188280
|
+
Request 4cd9c4b63321e82aae00018c: Client UberClient requested code with scope time-travel
|
188281
|
+
|
188282
|
+
|
188283
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188284
|
+
Parameters: {"scope"=>"time-travel", "response_type"=>"code", "client_secret"=>"24bbd9d553ccd87c7a29aa3cebf396cc093d540b8f50d3007ba07fa9bc1a6e74", "client_id"=>"4cd9c4b63321e82aae00018b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188285
|
+
Filter chain halted as [#<Proc:0x0000000101f9f248@/Users/assaf/projects/rack-oauth2-server/test/rails/app/controllers/oauth_controller.rb:2>] rendered_or_redirected.
|
188286
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/authorize?scope=time-travel&response_type=code&client_secret=24bbd9d553ccd87c7a29aa3cebf396cc093d540b8f50d3007ba07fa9bc1a6e74&client_id=4cd9c4b63321e82aae00018b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188287
|
+
Authorization request error: access_denied You are now allowed to access this resource.
|
188288
|
+
Request 4cd9c4b63321e82aae00018e: Client UberClient requested code with scope time-travel
|
188289
|
+
|
188290
|
+
|
188291
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:26) [GET]
|
188292
|
+
Parameters: {"scope"=>"time-travel", "response_type"=>"code", "client_secret"=>"643bbb857cdd686c19e3bd66d9fbacfa0842f8a0b8bf92fae72f4de497490528", "client_id"=>"4cd9c4b63321e82aae00018d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188293
|
+
Filter chain halted as [#<Proc:0x0000000101f9f248@/Users/assaf/projects/rack-oauth2-server/test/rails/app/controllers/oauth_controller.rb:2>] rendered_or_redirected.
|
188294
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/oauth/authorize?scope=time-travel&response_type=code&client_secret=643bbb857cdd686c19e3bd66d9fbacfa0842f8a0b8bf92fae72f4de497490528&client_id=4cd9c4b63321e82aae00018d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188295
|
+
Authorization request error: access_denied You are now allowed to access this resource.
|
188296
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188297
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188298
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188299
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188300
|
+
Authorization request with invalid redirect_uri: http:not-valid Redirect URL looks fishy to me
|
188301
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
188302
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
188303
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
188304
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
188305
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188306
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188307
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188308
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188309
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188310
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188311
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188312
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188313
|
+
Authorization request with invalid redirect_uri: Redirect URL looks fishy to me
|
188314
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188315
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188316
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188317
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188318
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188319
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188320
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188321
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188322
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188323
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188324
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188325
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
188326
|
+
Request 4cd9c4b73321e82aae0001ae: Client UberClient requested code with scope read write
|
188327
|
+
|
188328
|
+
|
188329
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188330
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"2ffade9da92f535c719b4e0043f690939055d7920395097c3bdcde6464c09d9b", "client_id"=>"4cd9c4b73321e82aae0001ad", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
|
188331
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=2ffade9da92f535c719b4e0043f690939055d7920395097c3bdcde6464c09d9b&client_id=4cd9c4b73321e82aae0001ad&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
|
188332
|
+
Request 4cd9c4b73321e82aae0001b0: Client UberClient requested code with scope read write
|
188333
|
+
|
188334
|
+
|
188335
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188336
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"63a16227cd63207be80440b24dffa6416ec597deb1d32ec43da7a80be4d1c91c", "client_id"=>"4cd9c4b73321e82aae0001af", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
|
188337
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=63a16227cd63207be80440b24dffa6416ec597deb1d32ec43da7a80be4d1c91c&client_id=4cd9c4b73321e82aae0001af&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
|
188338
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
188339
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
188340
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
188341
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
188342
|
+
Request 4cd9c4b73321e82aae0001b6: Client UberClient requested code with scope read write
|
188343
|
+
|
188344
|
+
|
188345
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188346
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"53b2f080736502dbf28ab13b0da1cbc015d9a6acb2cce90074a1ae21b97eec1d", "client_id"=>"4cd9c4b73321e82aae0001b5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188347
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=53b2f080736502dbf28ab13b0da1cbc015d9a6acb2cce90074a1ae21b97eec1d&client_id=4cd9c4b73321e82aae0001b5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188348
|
+
Request 4cd9c4b73321e82aae0001b6: Client UberClient requested code with scope read write
|
188349
|
+
|
188350
|
+
|
188351
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188352
|
+
Parameters: {"authorization"=>"4cd9c4b73321e82aae0001b6"}
|
188353
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/authorize?authorization=4cd9c4b73321e82aae0001b6]
|
188354
|
+
Request 4cd9c4b73321e82aae0001b8: Client UberClient requested code with scope read write
|
188355
|
+
|
188356
|
+
|
188357
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188358
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"7e579b2644cea8a97efcefdefd560f7b5bc98d3256b8e657461b55b29c558634", "client_id"=>"4cd9c4b73321e82aae0001b7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188359
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=7e579b2644cea8a97efcefdefd560f7b5bc98d3256b8e657461b55b29c558634&client_id=4cd9c4b73321e82aae0001b7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188360
|
+
Request 4cd9c4b73321e82aae0001b8: Client UberClient requested code with scope read write
|
188361
|
+
|
188362
|
+
|
188363
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188364
|
+
Parameters: {"authorization"=>"4cd9c4b73321e82aae0001b8"}
|
188365
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?authorization=4cd9c4b73321e82aae0001b8]
|
188366
|
+
Request 4cd9c4b73321e82aae0001ba: Client UberClient requested code with scope read write
|
188367
|
+
|
188368
|
+
|
188369
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188370
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"5827bf2b382c7e6a48db879f9c2666843abd3d8548e2eed747afbb6980fea873", "client_id"=>"4cd9c4b73321e82aae0001b9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188371
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=5827bf2b382c7e6a48db879f9c2666843abd3d8548e2eed747afbb6980fea873&client_id=4cd9c4b73321e82aae0001b9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188372
|
+
Invalid authorization request
|
188373
|
+
Request 4cd9c4b73321e82aae0001bc: Client UberClient requested code with scope read write
|
188374
|
+
|
188375
|
+
|
188376
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-09 14:01:27) [GET]
|
188377
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_secret"=>"be4840413e3dcc7e43f0e516b0fcf97973c3b2450c7ae5c1086c478a49ab3fac", "client_id"=>"4cd9c4b73321e82aae0001bb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
188378
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_secret=be4840413e3dcc7e43f0e516b0fcf97973c3b2450c7ae5c1086c478a49ab3fac&client_id=4cd9c4b73321e82aae0001bb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
188379
|
+
Invalid authorization request #<Rack::OAuth2::Server::AuthRequest:0x1024e5c98>
|
188380
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188381
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188382
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
188383
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|