User should be logged after signing up
Open
Beginner friendly
enhancement
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Instead of redirect the user to the login page, the user should be logged in after signing up
https://github.com/GSG-G10/W7-ToDo/blob/9732c79189a00e005547aec1357720691b619383/server/controllers/createUser.js#L8
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with server/controllers/createUser.js at line 8, then compare the signup flow with the existing login flow to see how an authenticated user is established. Confirm that signing up leaves the user logged in instead of sending them to the login page, and verify the resulting behavior through the application’s signup flow.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- authentication, backend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100