https://github.com/darioalbor/simpleauth
SimpleAuth is a project using authentication and session management. 🔒
https://github.com/darioalbor/simpleauth
authentication chakra-ui jwt mongodb nodejs reactjs session-management
Last synced: 3 months ago
JSON representation
SimpleAuth is a project using authentication and session management. 🔒
- Host: GitHub
- URL: https://github.com/darioalbor/simpleauth
- Owner: DarioAlbor
- Created: 2024-06-28T20:37:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T20:12:36.000Z (almost 2 years ago)
- Last Synced: 2026-01-03T14:38:15.057Z (6 months ago)
- Topics: authentication, chakra-ui, jwt, mongodb, nodejs, reactjs, session-management
- Language: JavaScript
- Homepage: https://simpleauth-jet.vercel.app/login
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SimpleAuth 🔒
[Español](README.md)
/ [Inglés](README_en.md) 
## 📖 Sobre el proyecto
SimpleAuth es un proyecto utilizando el manejo de autentificación y sesiones, permitiendo el registro, ingreso y sesiones activas y seguras utilizando JWT. También permitiendo la opción de cambiar la imagen de perfil, contraseña (cifrada con hash MD5), visualización en tiempo real de usuarios conectados/desconectados y próximamente recuperación de contraseña y verificación de cuenta mediante correo electrónico.
## 💻 Tecnologías usadas
- **Frontend:** React.js, Chakra-UI
- **Backend:** Node.js, Express
- **Autentificación:** JWT
- **Base de datos:** MongoDB
## 🚀 ¿Cómo deployarlo?
- `git clone https://github.com/DarioAlbor/SimpleAuth.git`
## Frontend
- `cd client`
- `cd src/utils/apiroutes.js` Modificar la ruta con tu backend
- `yarn`
- `yarn start`
## Backend
- `cd server`
- Modificar `.env.example` con tus datos y renombrarlo a `.env`
- `npm install`
- `npm run dev`
## 📬 Contacto
Puedes contactarme mediante mi [LinkedIn](https://www.linkedin.com/in/albordario/).
## 📷 Imágenes
|  |  |
|:---------------------------------------------:|:------------------------------------------:|
| Perfil del usuario | Inicio de sesión |
| | |
|  |  |
| Registro | Cambiar imagen de perfil |