alltrust / B-Article-Scraper

Scrape multiple online articles all at once. By inputting the articles you want scraped into the input field, B-Article-Scraper will save you time from manually navigating to each article and finding what you need.
1 stars 0 forks source link

Routes for User Login #2

Open alltrust opened 2 years ago

alltrust commented 2 years ago

Summary

Create login route for user to be able to login with already registered and stored credentials.

Expected System Behavior

User will login with their email or username and password. If user has previously registered, user will be able to login. If user credentials are inaccurate or unregistered user can't login, but can register.

Acceptance Criteria

sebastianserrano commented 2 years ago

Why not just use either username or email to login? Seems redundant to have both options and confusing for new users

alltrust commented 2 years ago

You are right, that would be redundant. My intentions are to actually to use either/or.

alltrust commented 1 year ago