git: f5dab7014688 - main - security/rhonabwy: Correct the pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Jul 2022 14:18:01 UTC
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=f5dab70146888fca11e93eececd68fbf9d3dd0b8 commit f5dab70146888fca11e93eececd68fbf9d3dd0b8 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2022-07-09 14:17:31 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2022-07-09 14:17:58 +0000 security/rhonabwy: Correct the pkg-descr This was copy/pasted from another port. Oops. --- security/rhonabwy/Makefile | 1 + security/rhonabwy/pkg-descr | 28 +++++++++++----------------- 2 files changed, 12 insertions(+), 17 deletions(-) diff --git a/security/rhonabwy/Makefile b/security/rhonabwy/Makefile index 1139e6af296c..ee5ff4972a58 100644 --- a/security/rhonabwy/Makefile +++ b/security/rhonabwy/Makefile @@ -1,6 +1,7 @@ PORTNAME= rhonabwy DISTVERSIONPREFIX= v DISTVERSION= 1.1.6 +PORTREVISION= 1 CATEGORIES= security MAINTAINER= dvl@FreeBSD.org diff --git a/security/rhonabwy/pkg-descr b/security/rhonabwy/pkg-descr index babf5073afe9..78f37261c02b 100644 --- a/security/rhonabwy/pkg-descr +++ b/security/rhonabwy/pkg-descr @@ -1,20 +1,14 @@ -Single-Sign-On (SSO) server with multiple factor authentication. +Javascript Object Signing and Encryption (JOSE) library - JWK, JWKS, JWS, JWE +and JWT -Authentication processes supported: +* Create, modify, parse, import or export JSON Web Keys (JWK) and + JSON Web Keys Set (JWKS) +* Create, modify, parse, validate or serialize JSON Web Signatures (JWS) +* Create, modify, parse, validate or serialize JSON Web Encryption (JWE) +* Create, modify, parse, validate or serialize JSON Web Token (JWT) -* OAuth2 -* OpenID Connect -* Allows users to authenticate via multiple factors: +JWT Relies on JWS and JWE functions, so it supports the same functionalities as +the other 2. JWT functionalities also support nesting serialization (JWE nested +in a JWS or the opposite). -Password -* One-time password (TOTP/HOTP) -* Webauthn (Yubikey, Android devices) -* One-time password sent via e-mail -* TLS Certificate -* Users and clients can be stored and managed from various backends: - -Database -* LDAP service -* HTTP Backend service providing Basic Authentication - -WWW: https://github.com/babelouest/glewlwyd +WWW: https://github.com/babelouest/rhonabwy