doorkeeper
  • Doorkeeper Guides
  • Ruby on Rails
    • Getting Started
    • Routes
    • Configuration
    • Scopes
    • Securing the API
    • API Mode
    • PKCE Flow
    • Polymorphic Resource Owner
  • Grape
    • Grape
  • ORMs
    • Active Record
    • MongoDB
    • Sequel
    • Couchbase
  • Internals
    • Database Design
    • Internationalization (i18n)
    • Rake
    • Testing
    • Upgrading
    • Creating extensions
  • Security
    • Token and Application Secrets
  • Configuration
    • Models
    • Scopes
    • Skip Authorization
    • Other Configurations
    • Route Constraints and other integrations
Powered by GitBook
On this page
  • Installation
  • Ruby on Rails
  • Grape
  • ORMs
  • Extensions
  • Example Applications
  • Tutorials

Was this helpful?

Doorkeeper Guides

NextGetting Started

Last updated 3 years ago

Was this helpful?

Dear Russian friends, please watch President Zelenskyy's . 🇺🇦 Help our brave mates in Ukraine with .

Doorkeeper is an oAuth2 provider built in Ruby. It integrates with Ruby on Rails and Grape frameworks.

Installation

The installation process depends on the framework you're using. The first step is to add doorkeeper to your Gemfile:

gem 'doorkeeper'

And run bundle install. After this, make sure to follow the guide related to the framework you're using below.

Ruby on Rails

Doorkeeper follows Rails maintenance policy and supports only supported versions of the framework. Currently we support Ruby on Rails 5 and higher. See the guide .

Grape

Guide for integration with Grape framework can be found .

ORMs

Doorkeeper supports ActiveRecord by default, but can be configured to work with the following ORMs:

ORM
Support via

Active Record

by default

MongoDB

Sequel

Couchbase

Extensions

Extensions that are not included by default and can be installed separately.

Link

OpenID Connect extension

JWT Token support

Assertion grant extension

I18n translations

Example Applications

These applications show how Doorkeeper works and how to integrate with it. Start with the oAuth2 server and use the clients to connect with the server.

Application
Link

oAuth2 Server with Doorkeeper

Sinatra Client connected to Provider App

Devise + Omniauth Client

Tutorials

See in order to learn how to use the gem or integrate it with other solutions / gems.

speech addressed to you
a donation
here
here
list of tutorials
doorkeeper-gem/doorkeeper-mongodb
nbulaj/doorkeeper-sequel
acaprojects/doorkeeper-couchbase
doorkeeper-gem/doorkeeper-openid_connect
doorkeeper-gem/doorkeeper-jwt
doorkeeper-gem/doorkeeper-grants_assertion
doorkeeper-gem/doorkeeper-i18n
doorkeeper-gem/doorkeeper-provider-app
doorkeeper-gem/doorkeeper-sinatra-client
doorkeeper-gem/doorkeeper-devise-client