I've been struggling to figure out how to verify the signature of a detached, unencoded payload (https://tools.ietf.org/html/rfc7797). Similar PHP and Python libraries implement it, but neither the ruby-jwt gem nor this gem seems to support it.
Or am I wrong? Your erlang lib references it at the bottom of the readme, but the API of both libs looks quite similar. Maybe I'm overlooking something?