Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andycwilliams/secure-signup
MERN app that consists of simple signup form
https://github.com/andycwilliams/secure-signup
Last synced: 12 days ago
JSON representation
MERN app that consists of simple signup form
- Host: GitHub
- URL: https://github.com/andycwilliams/secure-signup
- Owner: andycwilliams
- Created: 2024-04-12T20:26:32.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:42:32.000Z (3 months ago)
- Last Synced: 2024-10-24T06:28:14.073Z (3 months ago)
- Language: TypeScript
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure-Signup
MERN app that consists of simple signup form. Uses Material UI and (potentially) SCSS for any custom styling.
Two pages:
- Landing/Signup page
- Successful login pageFocused on thorough account setup and security:
- Retains user information
- Ensures visitor cannot access protected data without
- Potentially add OAuth or other authentication
- Ensures both front and backend are uncompromisable
- Provides full user feedback (such as password requirements not being met)
- Treat as fully public repository (as though it's an open source project) and try to maintain full security despite thatFull test coverage
Professional README file (with CD/CI badge and coverage percentage badge)
Begin with JSX, then incrementally convert into TSX
Make code as reusable/minimize duplication as possibleDark mode
As accessible as possible (use Lighthouse, et al)Some guidance from:
https://github.com/gitdagray/mongo_async_crud