ruby-rack-oauth2

Rack interface for an OAuth 2.0
  https://github.com/nov/rack-oauth2
  0
  no reviews



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.