+ 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