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

Implement Email/Password Authentication with Email Verification for Manga Reader #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

duckie-ai-helper[bot]
Copy link
Contributor

  • Extend the existing Manga Reader sign-in functionality to incorporate email/password sign-in along with the existing Google sign-in.
  • Implement a sign-up feature allowing users to register using their email and a password.
  • An email verification step should be included during the sign-up phase, and user access will be blocked until email verification is completed.
  • Incorporate a 'forgot password' feature that sends a password reset link to the user's registered email.
  • Ensure that the backend processes both Google and email/password sign-ins correctly.
  • There should not be any constraints on password complexity during registration.
  • The system should be non-discriminative, offering both Google and email/password sign-in methods for users to select their preferred login method.

@ianbbqzy ianbbqzy changed the title Duckie: Implement Email/Password Authentication with Email Verification for Manga Reader Implement Email/Password Authentication with Email Verification for Manga Reader Sep 28, 2023
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

Successfully merging this pull request may close these issues.

0 participants