COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20200523045141/https://github.com/topics/doorkeeper
Here are
35 public repositories
matching this topic...
Doorkeeper is an OAuth 2 provider for Ruby on Rails / Grape.
Updated
May 22, 2020
Ruby
JWT Token support for Doorkeeper
An example OAuth 2 provider application using the Doorkeeper gem, Rails and Devise
Updated
May 22, 2020
Ruby
OpenID Connect extension for Doorkeeper
Updated
May 23, 2020
Ruby
Get to API building quickly
An example OAuth 2 client for Doorkeeper Provider App using Rails and Devise
Updated
May 21, 2020
Ruby
OAuth 2 Client built in Sinatra. Integrates with Doorkeeper gem
Updated
May 22, 2020
Ruby
Mongoid and MongoMapper support for Doorkeeper.
Updated
May 13, 2020
Ruby
Translation files for Doorkeeper OAuth 2 provider
Updated
Mar 17, 2020
Ruby
Updated
May 13, 2020
Ruby
コミュニティ運営者向け「Doorkeeperスポンサーシップ」の詳細です (CC BY-SA)
Rails webapp acting as a Client application for interacting with another Rails webapp acting as a Doorkeeper-based OAuth Provider
Updated
Aug 23, 2017
Ruby
Example Rails 5 app with versioned API
Updated
Oct 16, 2017
JavaScript
Physical Access Management Service for private clubs and small offices triggered by mobile devices
Doorkeeper + Devise + JWT
Updated
May 11, 2020
Ruby
Doorkeeper API client for Go
Sample script to sign in Doorkeeper using Capybara
Doorkeeperのイベント内容の一部分をテンプレートみたいにしてボタン一発で更新できるChrome extension
Updated
Sep 3, 2017
JavaScript
Updated
Mar 28, 2017
Ruby
Asterisk agi scripts and configuration files for a raspberry based smart doorbell system
Doorkeeper integration with devise
Updated
May 29, 2018
Ruby
The Cloud Password Manager is a web based password manager.
Honeybadger's OAuth2 with Ruby and Rails and Devise project
REST API using Grape added to Rails Tutorial sample app
Updated
Apr 13, 2019
Ruby
A grape+doorkeeper+devise+activeadmin experimental project.
Updated
Feb 23, 2017
JavaScript
SSO/SLO plugin for Doorkeeper
Understanding OAuth2 Protocol & Securing API's using Doorkeeper Gem
Improve this page
Add a description, image, and links to the
doorkeeper
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
doorkeeper
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
How to reproduce
Do a request to https://csvalpha.nl/api/v1/daily_verses
Expected behaviour
Get back the daily verse
Current behaviour
404 error
The endpoint right now is https://csvalpha.nl/api/v1/daily_verse but the UI does a request to https://csvalpha.nl/api/v1/daily_verses, which is probably a more logical and consistent endpoint.