Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor Users #36

Closed
joshunrau opened this issue Sep 5, 2023 · 2 comments
Closed

Refactor Users #36

joshunrau opened this issue Sep 5, 2023 · 2 comments
Assignees

Comments

@joshunrau
Copy link
Collaborator

Right now, verified refers to whether the email is confirmed. This needs to change so that verified can refer to custom rules.

Things to Do:

  • Replace isVerified with confirmedAt, where null or undefined means the user is not confirmed. This will require changing some things in the auth module.
  • Use verifiedAt to signify whether the user is verified (same thing, where null or undefined means the user is not verified). Base the verification method on the setup config.
  • Make sure email is unique and everything makes sense
@RyanHaniff
Copy link
Collaborator

rn_image_picker_lib_temp_b3b01578-e309-42cf-82fd-023f9bb75323

rn_image_picker_lib_temp_e27af8a6-27fd-420a-ba2d-a630e2d42d08

@Flyinchicken
Copy link
Collaborator

users class has been refactored

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants