https://github.com/nasimmhn/login-auth-app
A basic registration and login web app, with frontend (React.js / Redux) and backend (Express / MongoDB)
https://github.com/nasimmhn/login-auth-app
authentication mongodb node react
Last synced: 3 months ago
JSON representation
A basic registration and login web app, with frontend (React.js / Redux) and backend (Express / MongoDB)
- Host: GitHub
- URL: https://github.com/nasimmhn/login-auth-app
- Owner: NasimMhn
- Created: 2020-02-22T09:40:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T01:27:25.000Z (over 3 years ago)
- Last Synced: 2025-02-28T22:58:27.416Z (over 1 year ago)
- Topics: authentication, mongodb, node, react
- Language: JavaScript
- Homepage:
- Size: 2.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Authentication
This is a pair programming project. Me and my pair build an API with authentication to implement a registration flow, and a frontend with forms to register, sign in, and view some content once you're logged in.
## Learning objectives ðŸ§
* How to authenticate users using tokens
* How to securely store passwords in your databases
* How to think about security and defensive design when building frontend or backend code
* Some common attacks which are used against sites and how to protect against them
## Technologies used 💻
* Express
* MongoDB
* Mongoose
* Node.js
* JavaScript
* React.js
* Redux
* Material UI
## View it live 🎯
* API base URL: https://login-auth-app.herokuapp.com/
* Frontend: https://login-app-by-nasim.netlify.com/