Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saptajitbanerjee/authentication-system-using-aws
This project is a full-stack application that combines React.js on the frontend with JavaScript on the backend. The application communicates with AWS Cloud servers to exchange information. It includes a login page that requires user authentication to access the application's contents and features.
https://github.com/saptajitbanerjee/authentication-system-using-aws
aws aws-apigateway aws-dynamodb aws-lambda aws-s3 html-css-javascript javascript reactjs
Last synced: 7 days ago
JSON representation
This project is a full-stack application that combines React.js on the frontend with JavaScript on the backend. The application communicates with AWS Cloud servers to exchange information. It includes a login page that requires user authentication to access the application's contents and features.
- Host: GitHub
- URL: https://github.com/saptajitbanerjee/authentication-system-using-aws
- Owner: saptajitbanerjee
- Created: 2023-02-28T02:10:24.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T11:00:50.000Z (over 1 year ago)
- Last Synced: 2024-11-12T16:33:59.065Z (2 months ago)
- Topics: aws, aws-apigateway, aws-dynamodb, aws-lambda, aws-s3, html-css-javascript, javascript, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This project showcases a robust full-stack application, combining the power of React.js on the frontend and JavaScript on the backend, seamlessly integrating with AWS Cloud servers. The application revolves around a secure and user-centric experience, starting with a login page that ensures access to the application's contents and features only after successful authentication.
To enhance security and user privacy, the application employs various techniques. It implements JavaScript tokens that automatically log out the user after a specified period of inactivity, promoting a proactive approach to safeguarding sensitive information. Furthermore, the application utilizes bcrypt, a powerful encryption algorithm, to securely encrypt and decrypt user passwords. By leveraging the cloud storage capabilities, the encrypted passwords are safely stored, offering peace of mind to users.
This full-stack application not only prioritizes security but also focuses on delivering a smooth and efficient user experience. By combining the capabilities of React.js and JavaScript, it enables seamless communication between the frontend and backend, facilitating efficient data transfer to and from AWS Cloud servers.