diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-07-09 14:17:31 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-07-09 14:17:58 +0000 |
commit | f5dab70146888fca11e93eececd68fbf9d3dd0b8 (patch) | |
tree | 15ce35aefa2042efb514cab1370baa531fa56a46 | |
parent | a256c5ce7b826506f13361d53a7b7080b9b59c64 (diff) | |
download | ports-f5dab70146888fca11e93eececd68fbf9d3dd0b8.tar.gz ports-f5dab70146888fca11e93eececd68fbf9d3dd0b8.zip |
security/rhonabwy: Correct the pkg-descr
This was copy/pasted from another port. Oops.
-rw-r--r-- | security/rhonabwy/Makefile | 1 | ||||
-rw-r--r-- | 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 |