Source: ruby-rack-oauth2 Maintainer: Debian Ruby Team Uploaders: Balasankar C , Utkarsh Gupta Section: ruby Testsuite: autopkgtest-pkg-ruby Priority: optional Build-Depends: debhelper-compat (= 13), gem2deb, rake, ruby-activesupport, ruby-attr-required, ruby-httpclient (>= 2.4), ruby-json-jwt (>= 1.11~), ruby-multi-json, ruby-rack (>= 2.1), ruby-rspec, ruby-rspec-its, ruby-webmock Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rack-oauth2 Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rack-oauth2.git Homepage: https://github.com/nov/rack-oauth2 XS-Ruby-Versions: all Rules-Requires-Root: no Package: ruby-rack-oauth2 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby-activesupport, ruby-attr-required, ruby-httpclient (>= 2.4), ruby-json-jwt (>= 1.11~), ruby-multi-json, ruby-rack (>= 2.1), ${misc:Depends} Description: Rack interface for an OAuth 2.0 This gem provides a Rack interface for an OAuth 2.0 Server & Client Library. It supports both Bearer and MAC token types. Rack provides a minimal, modular, and adaptable interface for developing web applications in Ruby. OAuth is an open standard for authorization. OAuth provides client applications a 'secure delegated access' to server resources on behalf of a resource owner.