Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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