doma-engineering / do-auth

Fast, lean and reliable authentication server based on verifiable credentials standard
6 stars 2 forks source link

Bug?: verify_map may always return `Result.Ok{}` #18

Closed cognivore closed 2 years ago

cognivore commented 2 years ago

Why?

Verify map wraps in Result.new(), but seems to tolerate error case.

How?

cognivore commented 2 years ago

Fixed and made regression test. Thanks, @ArsenijSerjogin!