Minor Changes
- c161339: Deanonymisation
Once signed in anonymously, users can deanonymise usingnhost.auth.deanonymize
.
Deanonymisation works the same way as email+password sign-up or passwordless sign-in. The related methods, hooks in React and composables in Vue can therefore be used for deanonymising users, such asnhost.auth.signUp
,useSignUpEmailPassword
, anduseSignInEmailPasswordless
.
Patch Changes
- Updated dependencies [c161339]
- @nhost/core@0.7.0
- @nhost/nhost-js@1.3.0
- @nhost/react@0.8.0