1 个仓库
Integration with the Sequel toolkit for database interaction and record management.
Distinct from Database ORMs: No candidate specifically covers Sequel integration in the context of a provider's data layer.
Explore 1 awesome GitHub repository matching data & databases · Sequel ORM Support. Refine with filters or upvote what's useful.
Doorkeeper 是一个用于 Ruby on Rails 和 Grape 应用的 OAuth 2 授权服务器和提供商。它提供了构建授权服务器所需的框架,该服务器为第三方应用颁发和验证安全令牌,有效地充当保护 API 端点的安全中间件。 该项目通过 OpenID Connect 集成身份层,以验证用户身份并检索个人资料信息。它支持多种安全模式,包括为公共客户端实现 PKCE 流程以及颁发无状态 JSON Web 令牌。 其更广泛的功能涵盖整个令牌生命周期,包括令牌和密钥的加密哈希、基于作用域的访问限制以及令牌撤销。它管理第三方应用注册,并提供资源所有者识别和授权流程执行的机制。 该系统包含一个支持多种数据库适配器的持久层,包括 Active Record、Sequel 和 MongoDB。
Connects to a database using the Sequel toolkit to manage OAuth tokens and applications.