diff options
author | Graham Leggett <minfrin@apache.org> | 2023-04-25 19:52:18 +0200 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2023-04-25 19:52:18 +0200 |
commit | d8246a15d78d3f51acc19ef8a826c7e34f1f8406 (patch) | |
tree | ffed84ec318046ae84c8018d0d9f742fa2e7028c /CHANGES | |
parent | core: Add the token_checker hook, that allows authentication to take (diff) | |
download | apache2-d8246a15d78d3f51acc19ef8a826c7e34f1f8406.tar.xz apache2-d8246a15d78d3f51acc19ef8a826c7e34f1f8406.zip |
*) 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-- | CHANGES | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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] |