Skip to content

raaj-love-to-code/web-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

web-dev

This is the simple project of sign-in and sign-up form

--Tech stach : HTML, SASS, JS(JQuery), PHP --Servers : MongoDB(primary), Redis

  • After first successful login a token will be generated and stored in Redis and the local storage of the browser

  • On every step of navigation, this tokens will be validated and if it fails, the user will be redirected to the login page

  • This tokens can be used to authenticate the user on future visits of the web page without password

  • These tokens are used for internal authentication

  • In this project, the expiry for the token is set to 60 mins (1 hour) for the demo purpose

Sign-in UI image

Sign-up UI image

Dashboard UI image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors