head	1.1;
access;
symbols
	pkgsrc-2026Q3:1.1.0.8
	pkgsrc-2026Q3-base:1.1
	pkgsrc-2026Q2:1.1.0.6
	pkgsrc-2026Q2-base:1.1
	pkgsrc-2026Q1:1.1.0.4
	pkgsrc-2026Q1-base:1.1
	pkgsrc-2025Q4:1.1.0.2
	pkgsrc-2025Q4-base:1.1;
locks; strict;
comment	@# @;


1.1
date	2025.11.03.05.49.50;	author taca;	state Exp;
branches;
next	;
commitid	RXnGgPQPbUcym4hG;


desc
@@


1.1
log
@www/ruby-doorkeeper: add version 5.8.2

This package is required by forthcoming ruby-redmin61 package.


Doorkeeper is a gem (Rails engine) that makes it easy to introduce OAuth 2
provider functionality to your Ruby on Rails or Grape application.

* The OAuth 2.0 Authorization Framework
  - Authorization Code Flow
  - Access Token Scopes
  - Refresh token
  - Implicit grant
  - Resource Owner Password Credentials
  - Client Credentials
* OAuth 2.0 Token Revocation
* OAuth 2.0 Token Introspection
* OAuth 2.0 Threat Model and Security Considerations
* OAuth 2.0 for Native Apps
* Proof Key for Code Exchange by OAuth Public Clients
@
text
@# $NetBSD$

DISTNAME=	doorkeeper-5.8.2
CATEGORIES=	www

MAINTAINER=	pkgsrc-users@@NetBSD.org
HOMEPAGE=	https://github.com/doorkeeper-gem/doorkeeper
COMMENT=	OAuth 2 provider for Rails and Grape
LICENSE=	mit

DEPENDS+=	${RUBY_RAILTIES_DEPENDS}

#
# This pacakge is for redmine61
#
RUBY_RAILS_ACCEPTED=	72

USE_LANGUAGES=	# none

.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
@
