summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-04-25 17:52:18 +0000
committerGraham Leggett <minfrin@apache.org>2023-04-25 17:52:18 +0000
commitd8246a15d78d3f51acc19ef8a826c7e34f1f8406 (patch)
treeffed84ec318046ae84c8018d0d9f742fa2e7028c /CHANGES
parent3e638ff2836e836eba2613338c8102da8d62a976 (diff)
downloadhttpd-d8246a15d78d3f51acc19ef8a826c7e34f1f8406.tar.gz
*) mod_autht_jwt: New module to handle RFC 7519 JWT tokens within
bearer tokens, both as part of the aaa framework, and as a way to generate tokens and pass them to backend servers and services. *) mod_auth_bearer: New module to handle RFC 6750 Bearer tokens, using the token_checker hook. *) mod_autht_core: New module to handle provider aliases for token authentication. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 4f76f323a4..cf802ca0ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,17 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_autht_jwt: New module to handle RFC 7519 JWT tokens within
+ bearer tokens, both as part of the aaa framework, and as a way to
+ generate tokens and pass them to backend servers and services.
+ [Graham Leggett]
+
+ *) mod_auth_bearer: New module to handle RFC 6750 Bearer tokens, using
+ the token_checker hook. [Graham Leggett]
+
+ *) mod_autht_core: New module to handle provider aliases for token
+ authentication. [Graham Leggett]
+
*) core: Add the token_checker hook, that allows authentication to take
place using mechanisms other than username/password, such as bearer
tokens. [Graham Leggett]