[DRE-commits] [ruby-rack-oauth2] 01/03: Merge tag 'upstream/1.4.0'

Sruthi Chandran srud-guest at moszumanska.debian.org
Tue Aug 23 11:44:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

srud-guest pushed a commit to branch master
in repository ruby-rack-oauth2.

commit 991417a7213469ff60429495611334ced9251665
Merge: 100bbf2 4f89bda
Author: Sruthi <srud at openmailbox.org>
Date:   Mon Aug 22 21:37:08 2016 +0530

    Merge tag 'upstream/1.4.0'
    
    Upstream version 1.4.0

 .travis.yml                                        |  10 +-
 VERSION                                            |   2 +-
 lib/rack/oauth2.rb                                 |   1 +
 lib/rack/oauth2/access_token.rb                    |   2 +-
 lib/rack/oauth2/client.rb                          |  19 ++
 lib/rack/oauth2/client/grant.rb                    |   9 +-
 lib/rack/oauth2/client/grant/jwt_bearer.rb         |  15 +
 lib/rack/oauth2/client/grant/saml2_bearer.rb       |  15 +
 lib/rack/oauth2/client/grant/token_exchange.rb     |  15 +
 lib/rack/oauth2/server.rb                          |   4 +-
 lib/rack/oauth2/server/abstract/request.rb         |   5 +-
 lib/rack/oauth2/server/authorize/code.rb           |   2 +
 lib/rack/oauth2/server/authorize/error.rb          |   7 +-
 .../server/authorize/extension/code_and_token.rb   |   2 +
 lib/rack/oauth2/server/extension.rb                |   1 +
 lib/rack/oauth2/server/extension/pkce.rb           |  47 +++
 lib/rack/oauth2/server/rails.rb                    |  14 +
 lib/rack/oauth2/server/rails/authorize.rb          |  44 +++
 lib/rack/oauth2/server/rails/response_ext.rb       |  49 +++
 lib/rack/oauth2/server/resource.rb                 |   2 +-
 lib/rack/oauth2/server/token.rb                    |   6 +
 lib/rack/oauth2/server/token/authorization_code.rb |   2 +
 lib/rack/oauth2/server/token/extension.rb          |   2 +-
 .../server/token/extension/{jwt.rb => example.rb}  |   4 +-
 lib/rack/oauth2/server/token/jwt_bearer.rb         |  27 ++
 lib/rack/oauth2/server/token/saml2_bearer.rb       |  27 ++
 lib/rack/oauth2/urn.rb                             |  22 ++
 lib/rack/oauth2/util.rb                            |   6 +-
 metadata.yml                                       | 338 ---------------------
 rack-oauth2.gemspec                                |   2 +-
 spec/helpers/time.rb                               |  14 +-
 spec/rack/oauth2/client/grant/jwt_bearer_spec.rb   |  21 ++
 spec/rack/oauth2/client/grant/saml2_bearer_spec.rb |  21 ++
 spec/rack/oauth2/server/token/jwt_bearer_spec.rb   |  34 +++
 spec/rack/oauth2/server/token/saml2_bearer_spec.rb |  34 +++
 spec/rack/oauth2/server/token_spec.rb              |   8 +-
 spec/rack/oauth2/util_spec.rb                      |   2 +-
 37 files changed, 468 insertions(+), 367 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-rack-oauth2.git



More information about the Pkg-ruby-extras-commits mailing list