[ 原始碼: ruby-rack-oauth2 ]
套件:ruby-rack-oauth2(1.16.0-1)
ruby-rack-oauth2 的相關連結
Debian 的資源:
下載原始碼套件 ruby-rack-oauth2:
- [ruby-rack-oauth2_1.16.0-1.dsc]
- [ruby-rack-oauth2_1.16.0.orig.tar.gz]
- [ruby-rack-oauth2_1.16.0-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.
其他與 ruby-rack-oauth2 有關的套件
|
|
|
|
-
- dep: ruby-activesupport
- collection of utility classes used by the Rails framework
-
- dep: ruby-attr-required
- attr_required and attr_optional support for Ruby
-
- dep: ruby-httpclient (>= 2.4)
- HTTP client library for ruby
-
- dep: ruby-json-jwt (>= 1.11~)
- JSON Web Token and its family in Ruby
-
- dep: ruby-multi-json
- Ruby library to provide easy switching between different JSON backends
-
- dep: ruby-rack (>= 2.1)
- modular Ruby webserver interface