biscuit-auth / biscuit-web-components

web components for Biscuit based Datalog editors and policy execution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Better feedback in the inspector when no root public key is provided

divarvel opened this issue · comments

The authorizer can only be run after signatures have been verified, but the Result value displayed in that case is a rather unhelpful Datalog execution error. When no public key is provided (or when public key verification fails), a more informative message would be better (like "missing public key" or "signature verification failed")