You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2022/08/30 10:17:52 UTC

[couchdb] branch main updated (eee3c4fc2 -> d4c7273e7)

This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git


    from eee3c4fc2 Fix variable already bound compiler warnings
     add 8af61fbb0 Allow and evaluate nested json claim roles in JWT token
     new d4c7273e7 Merge pull request #4041 from apache/draft_allow_nested_json_claim_roles

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 rel/overlay/etc/default.ini               |  29 +++++-
 src/couch/src/couch_httpd_auth.erl        |  58 +++++++++--
 test/elixir/test/jwt_roles_claim_test.exs | 167 ++++++++++++++++++++++++++++++
 3 files changed, 241 insertions(+), 13 deletions(-)
 create mode 100644 test/elixir/test/jwt_roles_claim_test.exs


[couchdb] 01/01: Merge pull request #4041 from apache/draft_allow_nested_json_claim_roles

Posted by rn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

rnewson pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit d4c7273e706d5121794fc55ee2633af7f7f02543
Merge: eee3c4fc2 8af61fbb0
Author: Robert Newson <rn...@apache.org>
AuthorDate: Tue Aug 30 11:17:44 2022 +0100

    Merge pull request #4041 from apache/draft_allow_nested_json_claim_roles
    
    Allow and evaluate nested json claim roles

 rel/overlay/etc/default.ini               |  29 +++++-
 src/couch/src/couch_httpd_auth.erl        |  58 +++++++++--
 test/elixir/test/jwt_roles_claim_test.exs | 167 ++++++++++++++++++++++++++++++
 3 files changed, 241 insertions(+), 13 deletions(-)