Doorkeeper

Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape. (by doorkeeper-gem)

Doorkeeper Alternatives

Similar projects and alternatives to Doorkeeper

  1. Keycloak

    Open Source Identity and Access Management For Modern Applications and Services

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. authelia

    The Single Sign-On Multi-Factor portal for web apps

  4. Devise

    Flexible authentication solution for Rails with Warden.

  5. oauth2-proxy

    A reverse proxy that provides authentication with Google, Azure, OpenID Connect and many more identity providers.

  6. zitadel

    ZITADEL - The best of Auth0 and Keycloak combined. Built for the serverless era.

  7. Pundit

    Minimal authorization through OO design and pure Ruby classes

  8. fusionauth-issues

    FusionAuth issue submission project

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. CanCanCan

    The authorization Gem for Ruby on Rails.

  11. rodauth-rails

    Rails integration for Rodauth authentication framework

  12. JWT

    9 Doorkeeper VS JWT

    A ruby implementation of the RFC 7519 OAuth JSON Web Token (JWT) standard.

  13. oidc

    Easy to use OpenID Connect client and server library written for Go and certified by the OpenID Foundation

  14. devise-jwt

    JWT token authentication with devise and rails

  15. PHP OAuth 2.0 Server

    A spec compliant, secure by default PHP OAuth 2.0 Server

  16. OmniAuth

    OmniAuth is a flexible authentication system utilizing Rack middleware.

  17. OAuth2

    1 Doorkeeper VS OAuth2

    A Ruby wrapper for the OAuth 2.0 protocol. (by oauth-xx)

  18. Knock

    3 Doorkeeper VS Knock

    Discontinued Seamless JWT authentication for Rails API (by nsarno)

  19. Devise Token Auth

    Token based authentication for Rails JSON APIs. Designed to work with jToker and ng-token-auth.

  20. KrakenD

    Ultra performant API Gateway with middlewares. A project hosted at The Linux Foundation

  21. Authlogic

    A simple ruby authentication solution.

  22. warden

    8 Doorkeeper VS warden

    General Rack Authentication Framework

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Doorkeeper alternative or higher similarity.

Doorkeeper discussion

Log in or Post with

Doorkeeper reviews and mentions

Posts with mentions or reviews of Doorkeeper. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-08-16.
  • Rails and Keycloak, Authentication Authorization, part one
    7 projects | dev.to | 16 Aug 2024
    You can use doorkeeper gem. Which can convert your Rails application into an identity provider. But this means that one of your applications will be the single source of truth for users management.
  • Best way for user auth with a Rails API?
    4 projects | /r/rails | 17 Apr 2023
    The doorkeeper gem.
  • Rails Personal access tokens
    1 project | /r/rails | 29 Mar 2023
    Take a look at doorkeeper.
  • Zitadel: The best of Auth0 and Keycloak combined
    6 projects | news.ycombinator.com | 17 May 2022
    Disclosure: I work for FusionAuth.

    Depends on what you are looking for.

    If you want a standalone auth server, you can use FusionAuth in docker/docker-compose: https://fusionauth.io/docs/v1/tech/installation-guide/docker

    You can also package up a library; most major languages have one or more OAuth/OIDC libraries: https://github.com/doorkeeper-gem/doorkeeper for Ruby, https://spring.io/projects/spring-security for Spring/Java, https://oauth2.thephpleague.com/ for PHP, https://pypi.org/project/oauthlib/ for Python.

    https://oauth.net/code/ has a further selection of libraries in a variety of languages.

  • Need help implementing PKCE flow in Doorkeeper
    1 project | /r/rails | 22 Sep 2021
    Are there any code examples to implement the PKCE flow in Doorkeeper? I am a bit confused on how to implement it here: https://github.com/doorkeeper-gem/doorkeeper/wiki/Using-PKCE-flow
  • Using the same backend for both web views & mobile app
    1 project | /r/rails | 5 Sep 2021
    For authorization we use Doorkeeper gem with PKCE flow.
  • Authelia is an open-source authentication/authorization server with 2FA/SSO
    7 projects | news.ycombinator.com | 10 Mar 2021
    One thing that is missing from this list is open source language specific libraries. Projects such as https://oauthlib.readthedocs.io/en/latest/oauth2/server.html and https://github.com/doorkeeper-gem/doorkeeper

    Depending on your use case, for example if you only have one application, you might be better off running something embedded in your app, or independent but using the same runtime/deployment environment. Then, when you are ready to add another app or integration, you should be able to introduce a standalone auth system more easily if appropriate (because all your auth interactions should be relatively standardized). I'm a big fan of standalone auth systems as a way to simplify access control and give a single view of a user/customer, but you can also succeed using open source embedded libraries.

    When the moment comes to introduce a standalone system, you should consider a few dimensions (this list pulled from a previous comment of mine: https://news.ycombinator.com/item?id=26360048 ):

       * open source or not
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 13 May 2025
    InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now. Learn more →

Stats

Basic Doorkeeper repo stats
7
5,389
7.9
12 days ago

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that Ruby is
the 12th most popular programming language
based on number of references?