Restrict writes to WebAuthn verified users #1960
Unanswered
witwaycorp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
All, wondering if there's any way to implement write restrictions so that only users verified with passkeys/webauthn can write to the database. I'm thinking of using immudb to store user profile data (webauthn public key, id, etc.) and then when authenticating, I would store auth information only after I verify the signature of the webauthn challenge with the pk in the db.
Beta Was this translation helpful? Give feedback.
All reactions