]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) mod_autht_jwt: New module to handle RFC 7519 JWT tokens within
authorGraham Leggett <minfrin@apache.org>
Tue, 25 Apr 2023 17:52:18 +0000 (17:52 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 Apr 2023 17:52:18 +0000 (17:52 +0000)
commitd8246a15d78d3f51acc19ef8a826c7e34f1f8406
treeffed84ec318046ae84c8018d0d9f742fa2e7028c
parent3e638ff2836e836eba2613338c8102da8d62a976
  *) 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
CHANGES
docs/manual/mod/mod_auth_bearer.xml [new file with mode: 0644]
docs/manual/mod/mod_autht_core.xml [new file with mode: 0644]
docs/manual/mod/mod_autht_jwt.xml [new file with mode: 0644]
modules/aaa/config.m4
modules/aaa/mod_auth_bearer.c [new file with mode: 0644]
modules/aaa/mod_autht_core.c [new file with mode: 0644]
modules/aaa/mod_autht_jwt.c [new file with mode: 0644]