forked from quic-issues/427e7578-d7bf-49c8-aee9-2dd999e25316
+ create user with public/private key
+ sign and verify votes and prevent unverified updates
This commit is contained in:
2
app/composables/user.ts
Normal file
2
app/composables/user.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const user = (user: Ref<UserData | null>) => {
|
||||
}
|
||||
Reference in New Issue
Block a user