Replies: 1 comment
-
It's not something I've specifically investigated. Is there a spec for this? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I would like to sign privileged actions after the user has logged in, e.g. the user wants to delete some data so I create a deletion action and the user signs it with their webauthn, then another user approves the action by signing it with theirs so it can execute.
Is this something the lib can handle? Do I use the same Login methods as the examples for it? Is that what
ClientDataJSON
is for? ThanksBeta Was this translation helpful? Give feedback.
All reactions