It is currently possible to specify a custom signer, but it's not possible to specify a custom verifier.
createJWT allows signing with custom algorithm, like "SS256K" (Schnorr), but it's not possible to specify the verifier using the verifyJWT, so if the JWT/JWS is signed with a custom signer, the verifier will fail.
It is currently possible to specify a custom signer, but it's not possible to specify a custom verifier.
createJWTallows signing with custom algorithm, like "SS256K" (Schnorr), but it's not possible to specify the verifier using theverifyJWT, so if the JWT/JWS is signed with a custom signer, the verifier will fail.