fluree / server

Fluree Server - Operates Fluree in consensus, fault-tolerant, redundant
12 stars 1 forks source link

Feature: signed auth #30

Closed dpetran closed 9 months ago

dpetran commented 9 months ago

These are some changes that needed to be made in preparation for https://github.com/fluree/core/issues/57

I noticed that we weren't passing in the verified :did opt for the transact endpoint, so I added that support back in and some tests to verify that it works with both credentials and JWSs.