Doorkeeper Guides
Last updated
Last updated
Dear Russian friends, please watch President Zelenskyy's speech addressed to you. 🇺🇦 Help our brave mates in Ukraine with a donation.
Doorkeeper is an oAuth2 provider built in Ruby. It integrates with Ruby on Rails and Grape frameworks.
The installation process depends on the framework you're using. The first step is to add doorkeeper
to your Gemfile
:
And run bundle install
. After this, make sure to follow the guide related to the framework you're using below.
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 here.
Guide for integration with Grape framework can be found here.
Doorkeeper supports ActiveRecord
by default, but can be configured to work with the following ORMs:
ORM | Support via |
---|---|
Extensions that are not included by default and can be installed separately.
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.
See list of tutorials in order to learn how to use the gem or integrate it with other solutions / gems.
Link | |
---|---|
Application | Link |
---|---|
Active Record
by default
MongoDB
Sequel
Couchbase
OpenID Connect extension
JWT Token support
Assertion grant extension
I18n translations
oAuth2 Server with Doorkeeper
Sinatra Client connected to Provider App
Devise + Omniauth Client