IndieCoderMM / IndieCoderMM/snippit-ui

Implement user authentication and registration

Open
#3 0 comments 0 reactions 0 assignees View on GitHub
feature
Dominant language
TypeScript
Stars
3
Forks
1
PR merge metrics
No merged PRs in 30d

Description

Allow users to create accounts with a unique username and secure password. Provide login and registration forms, validate user inputs, and store user credentials securely.

## Expectations

- Users can register with a unique username and a strong password.
- Users can log in with their registered credentials.
- Passwords are hashed and stored securely in the database.

Contributor guide

Open the contributing guide

Research direction

The issue identifies registration and login forms plus secure credential storage as the entry points; first inspect the existing TypeScript/React front end and Rails/PostgreSQL backend to find where account flows belong. Done means unique usernames, validated strong passwords, working login, and securely hashed credentials stored in the database.

Written by the indexing model from the issue text.

Assessment

Tech stack
postgresql, rails, react, redux, typescript
Domain
authentication, backend, databases, frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.