rack-oauth2-server 1.1.1 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ class MyApp < Sinatra::Base
16
16
 
17
17
  get "/oauth/authorize" do
18
18
  session["oauth.authorization"] = oauth.authorization
19
- "client: #{oauth.client.display_name}\nscope: #{oauth.scope.join(", ")}"
19
+ "client: #{oauth.client.display_name}\nscope: #{oauth.scope.join(", ")}\nauthorization: #{oauth.authorization}"
20
20
  end
21
21
 
22
22
  post "/oauth/grant" do
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-oauth2-server
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 31
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
- - 1
9
- - 1
10
- version: 1.1.1
8
+ - 2
9
+ - 0
10
+ version: 1.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Assaf Arkin
@@ -109,7 +109,7 @@ licenses: []
109
109
  post_install_message: ""
110
110
  rdoc_options:
111
111
  - --title
112
- - rack-oauth2-server 1.1.1
112
+ - rack-oauth2-server 1.2.0
113
113
  - --main
114
114
  - README.rdoc
115
115
  - --webcvs