fluree / server

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

require application/jwt content type for jwt requests #52

Closed dpetran closed 5 months ago

dpetran commented 5 months ago

You can still json-encode a JWT like before, but using the application/jwt content-type for requests will be the documented way forward.

Ran into some trouble with the history coercion/validation/transformation, and I think I've got it sorted by adding the fql-transformer to the coercer.

Fixes https://github.com/fluree/core/issues/92