v0.0.2
Features
- Add an opinionated function for the relying party client that requests permissions only if they are not already granted.
Refactoring
- Use ICRC-25 constants instead of duplicating the strings
'granted'
or'denied'
.
Build
- Bump the II Playwright plugin to support no-captcha flows.
- Add a
tsconfig.json
file in thesrc
directory as a workaround to resolvevi
globally in recent JetBrains IDEs.