Implement WebAuthn auth for minting PKP and storing encryption condition (#2)

* Implement WebAuthn auth for minting PKP and storing encryption condition

* Update copy

* Update copy
This commit is contained in:
Howard
2023-02-23 14:37:39 -08:00
committed by GitHub
parent 7843588411
commit 339986b666
10 changed files with 1379 additions and 318 deletions

5
.prettierrc Normal file
View File

@ -0,0 +1,5 @@
{
"tabWidth": 4,
"useTabs": true,
"trailingComma": "es5"
}