fluree / db

Fluree database library
https://fluree.github.io/db/
Other
340 stars 23 forks source link

crypto/verify refactor? #845

Open bplatz opened 4 months ago

bplatz commented 4 months ago

There is a question if crypto/verify should be doing JSON parsing, or if that should be handled separately.

Once some additional changes in fluree/server land, including how it is used in middleware, it can be examined.

I think at this point the way it is working currently is OK.

bplatz commented 4 months ago

Also to point out - this function is only used internally, so whatever choice is decided it will not affect anything touching end users.