feat(api): add full signup/login flow with email & profile, ENV support, and port fix #18
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
admin
AI/ML
analytics
backend
billing
community
frontend
frontend
future
integration
mobile
ops
security
UX/UI
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: rideaware/rideaware-api#18
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refactor/username"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR implements the following improvements and fixes in the RideAware API:
emailcolumn (unique, non-null) touserstableuser_profiletable touser_profilesafter_inserthook to seed empty profile for new users/apiPOST /api/signupto accept and validateemail,first_name, andlast_nameuser_idalongsideusernameUserService.create_usernow acceptsemail,first_name,last_nameUserand associatedUserProfilein a single transactionThese changes prepare the backend for a complete user registration/login experience, fully configurable via environment variables, and correctly exposed on port 5000.