Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/manideep4005/authenticateuser
User Authentication by generating hash tokens
https://github.com/manideep4005/authenticateuser
css hibernate html5 java-8 javascript maven mysql smtp springmvc
Last synced: 25 days ago
JSON representation
User Authentication by generating hash tokens
- Host: GitHub
- URL: https://github.com/manideep4005/authenticateuser
- Owner: Manideep4005
- Created: 2024-04-16T06:18:55.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-04-16T06:47:25.000Z (7 months ago)
- Last Synced: 2024-10-12T02:04:31.719Z (25 days ago)
- Topics: css, hibernate, html5, java-8, javascript, maven, mysql, smtp, springmvc
- Language: Java
- Homepage:
- Size: 368 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
User Authentication a web based project when the user register in the system a unique hash token will be generated and stored in Database (MySQL). And by default
the user account will be set disabled no login access will be given. After registering a mail attached with Authentication link will be sent to the user to their registerd mail, and
after successful authentication the user account will set to active status and login access will be given.Technolgies used
----------------
Java, Spring MVC, Hibernate, MySQL for Backend |
HTML, CSS, JavaScript for frontend |
SMTP for Mail services